MapComplete/src/Logic/Osm/AuthConfig.ts

7 lines
138 B
TypeScript
Raw Normal View History

2023-09-27 22:21:35 +02:00
export interface AuthConfig {
"#"?: string // optional comment
oauth_client_id: string
oauth_secret: string
url: string
}