Skip to content

Commit 8c143d3

Browse files
authored
fix: Update to fix typings update for TLS support (#70)
1 parent 680a42d commit 8c143d3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

index.d.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,10 @@ export declare interface ConnectionParameters {
204204
* Connect with Unix Domain Sockets rather than TCP
205205
*/
206206
unixSocket?: string;
207+
/**
208+
* Should this connection use TLS
209+
*/
210+
useTLS?: boolean;
207211
}
208212

209213
/**

0 commit comments

Comments
 (0)