SimpleProductList
Representation of a Product List SimpleProductList
interface SimpleProductList {
'products'?: Array<Product>;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
products | Optional | Array<Product> | List of products {Array<Product>} SimpleProductList |