import { DaffCategoryPageClearFilters } from '@daffodil/category/state'
An action for removing all the filters for the current category.
class DaffCategoryPageClearFilters implements Action {
readonly type: DaffCategoryPageProductCollectionActionTypes.CategoryPageClearFiltersAction = DaffCategoryPageProductCollectionActionTypes.CategoryPageClearFiltersAction
}