mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-22 11:57:33 +08:00
Add "rowMode?: string" to QueryConfig
This commit is contained in:
1
types/pg/index.d.ts
vendored
1
types/pg/index.d.ts
vendored
@@ -47,6 +47,7 @@ export interface QueryConfig {
|
||||
name?: string;
|
||||
text: string;
|
||||
values?: any[];
|
||||
rowMode?: string;
|
||||
}
|
||||
|
||||
export interface QueryResult {
|
||||
|
||||
Reference in New Issue
Block a user