Type Alias: ProductCategory
type ProductCategory = BasicCategory & objectRepresents a category containing a list of products.
What we had named in the beginning Area or Zone.
The list of products would be saved as a property.
Type declaration
placeId
placeId: stringReference to the corresponding place
products
products: string[];List of product ids
sortChildrenBy?
optional sortChildrenBy: string;Defines how children of this category should be sorted.
type
type: "Product"Last updated on