mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 03:16:01 +00:00
4 lines
50 B
TypeScript
4 lines
50 B
TypeScript
export interface QueryResult {
|
|
rows: any[];
|
|
}
|