Type alias LoginRequest

LoginRequest: {
    email: string;
    password: string;
    remember_me?: 1 | 0;
}

Type declaration

  • email: string
  • password: string
  • Optional remember_me?: 1 | 0

Generated using TypeDoc