interface Cart {
    items: Item[];
}

Properties

Properties

items: Item[]