/** * The raw data received when changing the account password. * * @public */ export interface IUserChangePasswordResponse { status: string; }