dbgate/types/query.d.ts
2020-02-02 12:02:41 +01:00

4 lines
50 B
TypeScript

export interface QueryResult {
rows: any[];
}