Add "rowMode?: string" to QueryConfig

This commit is contained in:
Chris Chares
2017-11-21 15:45:22 -07:00
parent b6cbca4ed1
commit 63fe52f302

1
types/pg/index.d.ts vendored
View File

@@ -47,6 +47,7 @@ export interface QueryConfig {
name?: string;
text: string;
values?: any[];
rowMode?: string;
}
export interface QueryResult {