UNPKG

graphdb-workbench

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