mirror of
https://github.com/vercel/commerce.git
synced 2025-07-26 03:31:23 +00:00
Added more cart types
This commit is contained in:
@@ -15,7 +15,7 @@ export type SearchProductsData = {
|
||||
export type ProductsHandlers = {
|
||||
getProducts: BigcommerceHandler<
|
||||
SearchProductsData,
|
||||
{ search?: 'string'; category?: string; brand?: string; sort?: string }
|
||||
{ search?: string; category?: string; brand?: string; sort?: string }
|
||||
>
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user