Skip to content

Commit

Permalink
Add options config (DefinitelyTyped#58001)
Browse files Browse the repository at this point in the history
  • Loading branch information
glentakahashi authored and Martin Badin committed Feb 23, 2022
1 parent 7fb4223 commit 56fa424
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions types/pg/index.d.ts
Expand Up @@ -31,6 +31,7 @@ export interface ClientConfig {
application_name?: string | undefined;
connectionTimeoutMillis?: number | undefined;
types?: CustomTypesConfig | undefined;
options?: string | undefined;
}

export type ConnectionConfig = ClientConfig;
Expand Down

0 comments on commit 56fa424

Please sign in to comment.