Skip to content

Commit

Permalink
Fix pg typing to reflect pg typing change (#5647)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpike88 committed Nov 29, 2023
1 parent 7b7fef5 commit 07589e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/index.d.ts
Expand Up @@ -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;
Expand Down

0 comments on commit 07589e9

Please sign in to comment.