CartItem: {
    id: ReferenceData;
    qty: number;
    sizeId: ItemSize["id"];
}

Type for cart item objects

Type declaration

MMNEPVFCICPMFPCPTTAAATR