Alokai

CartList

Representation of a Cart list CartList

export interface CartList {
	'carts'?: Array<Cart>;
}

Properties

NameRequiredTypeDescription
cartsOptionalArray<Cart>List of carts {Array<Cart>} CartList

Referenced Types

On this page