Type alias ResetPasswordRequest

ResetPasswordRequest: {
    email: string;
    password: string;
    token: string;
}

Type declaration

  • email: string
  • password: string
  • token: string

Generated using TypeDoc