mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 04:26:01 +00:00
shell script runner
This commit is contained in:
5
packages/types/index.d.ts
vendored
5
packages/types/index.d.ts
vendored
@@ -19,6 +19,11 @@ export interface OpenedSession {
|
||||
subprocess: ChildProcess;
|
||||
}
|
||||
|
||||
export interface OpenedRunner {
|
||||
runid: string;
|
||||
subprocess: ChildProcess;
|
||||
}
|
||||
|
||||
export interface StoredConnection {
|
||||
engine: string;
|
||||
server: string;
|
||||
|
||||
Reference in New Issue
Block a user