interface Order {
    items: CartItem[];
}

Properties

Properties

items: CartItem[]