1
0
mirror of https://github.com/vercel/commerce.git synced 2025-07-25 03:01:22 +00:00

Update product.ts ()

This commit is contained in:
Tommy Sørensen
2022-03-16 12:11:04 +01:00
committed by GitHub
parent 172deeee86
commit ac8d4bf63d

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