Interface IRawUserChangePasswordResponse

The raw data received when changing the account password.

interface IRawUserChangePasswordResponse {
    status: string;
}

Properties

Properties

status: string