mirror of
https://github.com/knex/knex.git
synced 2025-06-26 22:00:25 +00:00
Fix pg typing to reflect pg typing change (#5647)
see
49fc830743/types/pg/index.d.ts (L24)
for updated type
This commit is contained in:
parent
7b7fef55e8
commit
07589e9c3a
2
types/index.d.ts
vendored
2
types/index.d.ts
vendored
@ -3046,7 +3046,7 @@ declare namespace Knex {
|
||||
host?: string;
|
||||
connectionString?: string;
|
||||
keepAlive?: boolean;
|
||||
stream?: stream.Duplex;
|
||||
stream?: () => stream.Duplex | stream.Duplex | undefined;
|
||||
statement_timeout?: false | number;
|
||||
parseInputDatesAsUTC?: boolean;
|
||||
ssl?: boolean | ConnectionOptions;
|
||||
|
Loading…
x
Reference in New Issue
Block a user