Interface PasswordChangeAfterReset

interface PasswordChangeAfterReset {
    password: string;
    password_verify: string;
    token: string;
}

Properties

password: string
password_verify: string
token: string