References a customer by key.

interface CustomerKeyReference {
    key: string;
    typeId: "customer";
}

Hierarchy (View Summary)

Properties

Properties

key: string
typeId: "customer"

The type of the referenced resource.