Skip to content

Commit

Permalink
Adding missing option to TunnelOptions typings
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeburgh authored Apr 7, 2024
1 parent 9b5fc1d commit 51b6416
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ export interface TunnelOptions {
* @default false
*/
autoClose: boolean;
/*
* specifies if the tunnel should reconnect on error
* @default false
*/
reconnectOnError: boolean;
}

/**
Expand Down

0 comments on commit 51b6416

Please sign in to comment.