@forge/cli-shared
6.8.0-next.176.8.0-next.18
out/tunnel/tunnel-options.d.tsout/tunnel/tunnel-options.d.ts+1
Index: package/out/tunnel/tunnel-options.d.ts
===================================================================
--- package/out/tunnel/tunnel-options.d.ts
+++ package/out/tunnel/tunnel-options.d.ts
@@ -2,8 +2,9 @@
debug?: boolean;
debugFunctionHandlers?: string[];
debugStartingPort: string;
environment?: string;
+ verify?: boolean;
};
export declare type TunnelOptions = Omit<TunnelCommandOptions, 'debugStartingPort'> & {
debugStartingPort: number;
};