References a customer by key.

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

Properties

Properties

key: string
typeId: "customer"