Interface FirstTimeChangePasswordRequest

interface FirstTimeChangePasswordRequest {
    confirm_password: string;
    new_password: string;
    old_password: string;
}

Properties

confirm_password: string

Needed to confirm new password

new_password: string

New password to replaced old password

old_password: string

Old password to be changed