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