Files
geovisio-website/src/composables/interfaces/Auth.ts

8 lines
154 B
TypeScript

export interface AuthConfigInterface {
license?: { id: string; url: string }
auth?: {
enabled?: boolean
user_profile?: { url?: string }
}
}