interface IResetPasswordForm {
    password: string;
    passwordRepeat: string;
}

Properties

password: string
passwordRepeat: string