@forge/bridge
5.17.0-experimental-04cc2b95.18.0-next.0
out/invoke-endpoint/invoke-remote.d.ts~
out/invoke-endpoint/invoke-remote.d.tsModified+1−1
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 type InvokeRemoteInput = InvokeEndpointInput;
+export declare 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