CartList
Representation of a Cart list CartList
export interface CartList {
'carts'?: Array<Cart>;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
carts | Optional | Array<Cart> | List of carts {Array<Cart>} CartList |
Representation of a Cart list CartList
export interface CartList {
'carts'?: Array<Cart>;
}| Name | Required | Type | Description |
|---|---|---|---|
carts | Optional | Array<Cart> | List of carts {Array<Cart>} CartList |