Interface PasswordReset

interface PasswordReset {
    email: string;
}

Properties

Properties

email: string