1
0
mirror of https://github.com/vercel/commerce.git synced 2025-07-22 20:26:49 +00:00

Updated type

This commit is contained in:
Luis Alvarez
2021-05-21 19:04:12 -05:00
parent 13afbd4baf
commit d2abdabf8c
2 changed files with 1 additions and 0 deletions
framework
bigcommerce
api
catalog
products
commerce

@@ -38,6 +38,7 @@ export interface Product2 {
export interface Product extends Entity {
name: string
description: string
descriptionHtml?: string
slug?: string
path?: string
images: ProductImage[]