1
0
mirror of https://github.com/vercel/commerce.git synced 2025-06-11 18:36:58 +00:00

Update product.ts

This commit is contained in:
Tommy Sørensen 2022-03-10 22:44:13 +01:00
parent 6e6db0773b
commit 8088acbfaa

@ -43,6 +43,7 @@ export type Product = {
variants: ProductVariant[]
price: ProductPrice
options: ProductOption[]
vendor?: string
}
export type SearchProductsBody = {