Home > @vsf-enterprise/commercetools-types > MutationCustomerSignMeUpArgs
# MutationCustomerSignMeUpArgs type
Signature:
export declare type MutationCustomerSignMeUpArgs = {
draft: CustomerSignMeUpDraft;
storeKey?: InputMaybe<Scalars['KeyReferenceInput']>;
};
References: CustomerSignMeUpDraft, InputMaybe, Scalars