mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 10:16:00 +00:00
dialect, dumper
This commit is contained in:
9
types/query.d.ts
vendored
9
types/query.d.ts
vendored
@@ -1,3 +1,8 @@
|
||||
export interface QueryResult {
|
||||
rows: any[];
|
||||
export interface RangeDefinition {
|
||||
offset: number;
|
||||
limit: number;
|
||||
}
|
||||
|
||||
export interface QueryResult {
|
||||
rows: any[];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user