Skip to content

Commit

Permalink
fix: Update to fix typings update for TLS support (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
caleteeter committed Jul 26, 2023
1 parent 680a42d commit 8c143d3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,10 @@ export declare interface ConnectionParameters {
* Connect with Unix Domain Sockets rather than TCP
*/
unixSocket?: string;
/**
* Should this connection use TLS
*/
useTLS?: boolean;
}

/**
Expand Down

0 comments on commit 8c143d3

Please sign in to comment.