Alokai

SimpleProductList

Representation of a Product List SimpleProductList

interface SimpleProductList {
	'products'?: Array<Product>;
}

Properties

NameRequiredTypeDescription
productsOptionalArray<Product>List of products {Array<Product>} SimpleProductList

Referenced Types

On this page