mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-19 11:56:00 +00:00
imp exp configurator
This commit is contained in:
5
packages/types/dbinfo.d.ts
vendored
5
packages/types/dbinfo.d.ts
vendored
@@ -76,11 +76,14 @@ export interface SchemaInfo {
|
||||
schemaName: string;
|
||||
}
|
||||
|
||||
export interface DatabaseInfo {
|
||||
export interface DatabaseInfoObjects {
|
||||
tables: TableInfo[];
|
||||
views: ViewInfo[];
|
||||
procedures: ProcedureInfo[];
|
||||
functions: FunctionInfo[];
|
||||
triggers: TriggerInfo[];
|
||||
}
|
||||
|
||||
export interface DatabaseInfo extends DatabaseInfoObjects {
|
||||
schemas: SchemaInfo[];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user