MapComplete/src/Logic/Osm/AuthConfig.ts

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

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
}