From d2abdabf8c18b1a362a0cc548d34350dce09536f Mon Sep 17 00:00:00 2001 From: Luis Alvarez Date: Fri, 21 May 2021 19:04:12 -0500 Subject: [PATCH] Updated type --- framework/bigcommerce/api/catalog/products/index.ts | 0 framework/commerce/types/index.ts | 1 + 2 files changed, 1 insertion(+) create mode 100644 framework/bigcommerce/api/catalog/products/index.ts diff --git a/framework/bigcommerce/api/catalog/products/index.ts b/framework/bigcommerce/api/catalog/products/index.ts new file mode 100644 index 000000000..e69de29bb diff --git a/framework/commerce/types/index.ts b/framework/commerce/types/index.ts index e4affba6e..fc399773d 100644 --- a/framework/commerce/types/index.ts +++ b/framework/commerce/types/index.ts @@ -38,6 +38,7 @@ export interface Product2 { export interface Product extends Entity { name: string description: string + descriptionHtml?: string slug?: string path?: string images: ProductImage[]