Skip to content

Commit

Permalink
fix: add missing type for 'expirationChecker' on PgConnectionConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
sam-super committed Sep 21, 2022
1 parent cb5be88 commit 000ea5d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions types/index.d.ts
Expand Up @@ -3024,6 +3024,7 @@ export declare namespace Knex {
connectionTimeoutMillis?: number;
types?: PgCustomTypesConfig;
options?: string;
expirationChecker?(): boolean;
}

type PgGetTypeParser = (oid: number, format: string) => any;
Expand Down

0 comments on commit 000ea5d

Please sign in to comment.