import { DaffSearchProductCollectionChangePageSize } from '@daffodil/search-product/state'
class DaffSearchProductCollectionChangePageSize implements DaffCollectionChangePageSize {
  readonly type: DaffSearchProductCollectionActionTypes.SearchProductChangePageSizeAction = DaffSearchProductCollectionActionTypes.SearchProductChangePageSizeAction
  pageSize: number
}
DaffSearchProductCollectionActionTypes.SearchProductChangePageSizeAction| Default | DaffSearchProductCollectionActionTypes.SearchProductChangePageSizeAction | 
|---|---|
| Description | 
number| Default | – | 
|---|---|
| Description | The number of items per page.  |