References a customer group by key.

interface CustomerGroupKeyReference {
    key: string;
    typeId: "customer-group";
}

Properties

Properties

key: string
typeId: "customer-group"