References a cart by key.

interface CartKeyReference {
    key: string;
    typeId: "cart";
}

Properties

Properties

key: string
typeId: "cart"