Improved Categories

This commit is contained in:
Bel Curcio 2021-05-28 18:40:12 -03:00
parent f1b4368149
commit 5bc9d4d160

View File

@ -6,7 +6,7 @@ export default useSearch as UseSearch<typeof handler>
export type SearchProductsInput = {
search?: string
categoryId?: number
categoryId?: number | string
brandId?: number
sort?: string
}