mirror of
https://github.com/vercel/commerce.git
synced 2025-07-22 20:26:49 +00:00
Updated type
This commit is contained in:
0
framework/bigcommerce/api/catalog/products/index.ts
Normal file
0
framework/bigcommerce/api/catalog/products/index.ts
Normal file
@@ -38,6 +38,7 @@ export interface Product2 {
|
||||
export interface Product extends Entity {
|
||||
name: string
|
||||
description: string
|
||||
descriptionHtml?: string
|
||||
slug?: string
|
||||
path?: string
|
||||
images: ProductImage[]
|
||||
|
Reference in New Issue
Block a user