Update product.ts (#708)

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

View File

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