@forge/bridge

6.0.0-next.36.0.0-next.4
out/invoke-endpoint/invoke-remote.d.ts
~out/invoke-endpoint/invoke-remote.d.tsModified
+2−2
Index: package/out/invoke-endpoint/invoke-remote.d.ts
===================================================================
--- package/out/invoke-endpoint/invoke-remote.d.ts
+++ package/out/invoke-endpoint/invoke-remote.d.ts
@@ -1,4 +1,4 @@
 import { InvokeEndpointInput } from './invoke-endpoint';
-export declare type InvokeRemoteInput = InvokeEndpointInput;
-export declare const invokeRemote: (input: InvokeRemoteInput) => Promise<import("../types").InvokeResponse<import("../types").InvokeResponseBody>>;
+export type InvokeRemoteInput = InvokeEndpointInput;
+export declare const invokeRemote: (input: InvokeRemoteInput) => Promise<import("../types").InvokeResponse>;
 //# sourceMappingURL=invoke-remote.d.ts.map
\ No newline at end of file