forked from Ivasoft/geovisio-website
8 lines
154 B
TypeScript
8 lines
154 B
TypeScript
export interface AuthConfigInterface {
|
|
license?: { id: string; url: string }
|
|
auth?: {
|
|
enabled?: boolean
|
|
user_profile?: { url?: string }
|
|
}
|
|
}
|