forked from MapComplete/MapComplete
7 lines
158 B
TypeScript
7 lines
158 B
TypeScript
export interface AuthConfig {
|
|
"#"?: string // optional comment
|
|
oauth_client_id: string
|
|
oauth_secret: string
|
|
url: string
|
|
api_url: string
|
|
}
|