export interface AuthConfig { "#"?: string // optional comment oauth_client_id: string oauth_secret: string url: string api_url: string }