References a customer group by key.

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

Hierarchy (View Summary)

Properties

Properties

key: string
typeId: "customer-group"

The type of the referenced resource.