Type alias RemoveCustomerFromCustomerGroupsInput

RemoveCustomerFromCustomerGroupsInput: {
    customerGroupIdentifiers: CustomerGroupIdentifier[];
    customerId: Scalars["ID"];
}

Type declaration

Generated using TypeDoc