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

View 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[]