References a cart by key.

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

Hierarchy (View Summary)

Properties

Properties

key: string
typeId: "cart"

The type of the referenced resource.