UNPKG

@skbkontur/db-viewer-ui

Version:

Database Viewer with custom configuration

12 lines (11 loc) 288 B
export type SchemaDescription = { schemaName: string; allowReadAll: boolean; allowDelete: boolean; allowEdit: boolean; allowSort: boolean; countLimit: number; countLimitForSuperUser: number; downloadLimit: number; downloadLimitForSuperUser: number; };