import { DaffCategoryPageRemoveFilters } from '@daffodil/category/state'
An action for removing the specified filters for the current category.
class DaffCategoryPageRemoveFilters implements Action {
readonly type: DaffCategoryPageProductCollectionActionTypes.CategoryPageRemoveFiltersAction = DaffCategoryPageProductCollectionActionTypes.CategoryPageRemoveFiltersAction
filters: DaffFilterRequest[]
}