@forge/tunnel
6.4.1-experimental-04cc2b96.4.2-next.0
out/graphql/tunnel-graphql-client.d.ts~
out/graphql/tunnel-graphql-client.d.tsModified+1
Index: package/out/graphql/tunnel-graphql-client.d.ts
===================================================================
--- package/out/graphql/tunnel-graphql-client.d.ts
+++ package/out/graphql/tunnel-graphql-client.d.ts
@@ -1,4 +1,5 @@
+/// <reference types="node" resolution-mode="require"/>
import { URL } from 'url';
import { GraphQLClient, GraphQlMutationError, ErrorWithAnalytics, ErrorAnalytics } from '@forge/cli-shared';
export declare class RegisterAppTunnelError extends GraphQlMutationError implements ErrorWithAnalytics {
private static userErrorCodes;