mirror of
https://github.com/vercel/commerce.git
synced 2025-06-19 13:41:22 +00:00
Improved Categories
This commit is contained in:
parent
f1b4368149
commit
5bc9d4d160
@ -6,7 +6,7 @@ export default useSearch as UseSearch<typeof handler>
|
|||||||
|
|
||||||
export type SearchProductsInput = {
|
export type SearchProductsInput = {
|
||||||
search?: string
|
search?: string
|
||||||
categoryId?: number
|
categoryId?: number | string
|
||||||
brandId?: number
|
brandId?: number
|
||||||
sort?: string
|
sort?: string
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user