UNPKG

graphdb-workbench

Version:
6 lines (5 loc) 138 B
export interface AuthSettingsResponseModel { enabled: boolean; authorities: string[]; appSettings: Record<string, unknown>; }