4
0
forked from crowetic/commerce

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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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