Home > @vsf-enterprise/commercetools-api > CustomerChangeMyPasswordResponse
# CustomerChangeMyPasswordResponse type
Data returned from the customerChangeMyPassword
API endpoint
Signature:
export declare type CustomerChangeMyPasswordResponse = QueryResponse<'user', Customer>;
References: QueryResponse, Customer