mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-19 02:36:00 +00:00
jsl grid display
This commit is contained in:
4
packages/types/query.d.ts
vendored
4
packages/types/query.d.ts
vendored
@@ -4,7 +4,9 @@ export interface RangeDefinition {
|
||||
}
|
||||
|
||||
export interface QueryResultColumn {
|
||||
name: string;
|
||||
columnName: string;
|
||||
notNull: boolean;
|
||||
autoIncrement?: boolean;
|
||||
}
|
||||
|
||||
export interface QueryResult {
|
||||
|
||||
Reference in New Issue
Block a user