mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-27 23:06:01 +00:00
query - basic print workflow - messages on client
This commit is contained in:
7
packages/types/index.d.ts
vendored
7
packages/types/index.d.ts
vendored
@@ -7,6 +7,13 @@ export interface OpenedDatabaseConnection {
|
||||
subprocess: ChildProcess;
|
||||
}
|
||||
|
||||
export interface OpenedSession {
|
||||
sesid: string;
|
||||
conid: string;
|
||||
database: string;
|
||||
subprocess: ChildProcess;
|
||||
}
|
||||
|
||||
export interface StoredConnection {
|
||||
engine: string;
|
||||
server: string;
|
||||
|
||||
Reference in New Issue
Block a user