Home > @vsf-enterprise/commercetools-types > SetCustomerGroupCustomType
# SetCustomerGroupCustomType type
Signature:
export declare type SetCustomerGroupCustomType = {
typeId?: InputMaybe<Scalars['String']>;
typeKey?: InputMaybe<Scalars['String']>;
type?: InputMaybe<ResourceIdentifierInput>;
fields?: InputMaybe<Array<CustomFieldInput>>;
};
References: InputMaybe, Scalars, ResourceIdentifierInput, CustomFieldInput