Skip to content

Commit

Permalink
fix: 🏷️ add allowH2 to BuildOptions
Browse files Browse the repository at this point in the history
  • Loading branch information
binsee committed Oct 11, 2023
1 parent 882ff6d commit 240e621
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions types/connector.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ declare function buildConnector (options?: buildConnector.BuildOptions): buildCo

declare namespace buildConnector {
export type BuildOptions = (ConnectionOptions | TcpNetConnectOpts | IpcNetConnectOpts) & {
allowH2?: boolean;
maxCachedSessions?: number | null;
socketPath?: string | null;
timeout?: number | null;
Expand Down

0 comments on commit 240e621

Please sign in to comment.