CustomerGroupUpdateAction
type CustomerGroupUpdateAction = {
changeName?: InputMaybe<ChangeCustomerGroupName>;
setKey?: InputMaybe<SetCustomerGroupKey>;
setCustomType?: InputMaybe<SetCustomerGroupCustomType>;
setCustomField?: InputMaybe<SetCustomerGroupCustomField>;
};