mirror of
https://github.com/dbgate/dbgate
synced 2024-11-07 20:26:23 +00:00
4 lines
50 B
TypeScript
4 lines
50 B
TypeScript
export interface QueryResult {
|
|
rows: any[];
|
|
}
|