mirror of
https://github.com/vercel/commerce.git
synced 2025-06-19 05:31:22 +00:00
Updated type
This commit is contained in:
parent
13afbd4baf
commit
d2abdabf8c
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 {
|
export interface Product extends Entity {
|
||||||
name: string
|
name: string
|
||||||
description: string
|
description: string
|
||||||
|
descriptionHtml?: string
|
||||||
slug?: string
|
slug?: string
|
||||||
path?: string
|
path?: string
|
||||||
images: ProductImage[]
|
images: ProductImage[]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user