Home > @vsf-enterprise/commercetools-types > CustomerGroupSet
# CustomerGroupSet type
Signature:
export declare type CustomerGroupSet = MessagePayload & {
__typename?: 'CustomerGroupSet';
customerGroup?: Maybe<CustomerGroup>;
customerGroupRef?: Maybe<Reference>;
type: Scalars['String'];
};
References: MessagePayload, Maybe, CustomerGroup, Reference, Scalars