interface Cart {
    hcid?: string;
    items: CartItem[];
}

Properties

Properties

hcid?: string
items: CartItem[]