Skip to content

Commit

Permalink
Merge pull request #296 from ebroder/patch-1
Browse files Browse the repository at this point in the history
Add tunnel config to API declaration
  • Loading branch information
philnash authored Dec 11, 2022
2 parents 8cc79cd + d9f45bd commit 7c96e6c
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 @@ -165,6 +165,10 @@ declare module "ngrok" {
uri: string;
public_url: string;
proto: Ngrok.TunnelProtocol;
config: {
addr: string;
inspect: boolean;
};
metrics: {
conns: Connections;
http: HTTPRequests;
Expand Down

0 comments on commit 7c96e6c

Please sign in to comment.