Skip to content

Commit 726f620

Browse files
Update index.d.ts
1 parent ece7645 commit 726f620

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.d.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ export interface ConnectionOptions {
44
host: string | null;
55
password?: string;
66
user?: string;
7-
port: string | null;
7+
port?: string | null;
88
database: string | null | undefined;
9-
client_encoding?: string | undefined;
10-
ssl?: boolean;
9+
client_encoding?: string;
10+
ssl?: boolean | string;
1111

1212
application_name?: string;
1313
fallback_application_name?: string;

0 commit comments

Comments
 (0)