Skip to content

Commit

Permalink
Add options config (#58001)
Browse files Browse the repository at this point in the history
  • Loading branch information
glentakahashi committed Jan 10, 2022
1 parent 628bbf5 commit 8d54c7e
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 8d54c7e

Please sign in to comment.