Skip to content

Commit ece7645

Browse files
typings: turns out "host" can actually be null
1 parent 929fcb7 commit ece7645

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
export function parse(connectionString: string): ConnectionOptions;
22

33
export interface ConnectionOptions {
4-
host: string;
4+
host: string | null;
55
password?: string;
66
user?: string;
77
port: string | null;

0 commit comments

Comments
 (0)