# Type alias: CatalogSearchParams

Ƭ CatalogSearchParams: { category?: number ; ipp?: number ; page?: number ; q?: string ; sort?: string } & Record<string, FilterParam>

Defined in: types/catalog.ts:7 (opens new window)