auth_data.d.ts 99 B

12345
  1. export interface AuthData {
  2. client_id: string;
  3. client_secret: string;
  4. host?: string;
  5. }