index.d.ts 83 B

123456
  1. export interface User {
  2. user_id: string;
  3. user_name: string;
  4. token: string;
  5. }