interface ChangePasswordFormInputs {
    confirmNewPassword: string;
    newPassword: string;
    password: string;
    showCurrentPassword: boolean;
    showNewConfirmPassword: boolean;
    showNewPassword: boolean;
    userId: string;
}

Properties

confirmNewPassword: string
newPassword: string
password: string
showCurrentPassword: boolean
showNewConfirmPassword: boolean
showNewPassword: boolean
userId: string

Generated using TypeDoc