mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 11:26:00 +00:00
open JSON array as tabular view
This commit is contained in:
1
packages/types/dbinfo.d.ts
vendored
1
packages/types/dbinfo.d.ts
vendored
@@ -80,6 +80,7 @@ export interface TableInfo extends DatabaseObjectInfo {
|
||||
checks?: CheckInfo[];
|
||||
preloadedRows?: any[];
|
||||
preloadedRowsKey?: string[];
|
||||
__isDynamicStructure?: boolean;
|
||||
}
|
||||
|
||||
export interface CollectionInfo extends DatabaseObjectInfo {}
|
||||
|
||||
Reference in New Issue
Block a user