GitHub

DaffCategoryPageActions

import { DaffCategoryPageActions } from '@daffodil/category/state'
type DaffCategoryPageActions<U extends DaffGenericCategory<U> = DaffCategory, W extends DaffProduct = DaffProduct> = DaffCategoryPageLoad | DaffCategoryPageLoadByUrl | DaffCategoryPageLoadSuccess<U, W> | DaffCategoryPageLoadFailure
Type Options
DaffCategoryPageActions DaffCategoryPageLoad | DaffCategoryPageLoadByUrl | DaffCategoryPageLoadSuccess | DaffCategoryPageLoadFailure