diff --git a/packages/pg-connection-string/index.d.ts b/packages/pg-connection-string/index.d.ts index 88618ba9..02c772ad 100644 --- a/packages/pg-connection-string/index.d.ts +++ b/packages/pg-connection-string/index.d.ts @@ -1,6 +1,6 @@ import { ClientConfig } from 'pg' -export function parse(connectionString: string, options: Options): ConnectionOptions +export function parse(connectionString: string, options?: Options): ConnectionOptions export interface Options { // Use libpq semantics when interpreting the connection string