@forge/bridge

5.17.0-experimental-04cc2b95.18.0-next.0
out/invoke-endpoint/invoke-service.d.ts
~out/invoke-endpoint/invoke-service.d.tsModified
+1−1
Index: package/out/invoke-endpoint/invoke-service.d.ts
===================================================================
--- package/out/invoke-endpoint/invoke-service.d.ts
+++ package/out/invoke-endpoint/invoke-service.d.ts
@@ -1,4 +1,4 @@
 import { InvokeEndpointInput } from './invoke-endpoint';
-export type InvokeServiceInput = InvokeEndpointInput;
+export declare type InvokeServiceInput = InvokeEndpointInput;
 export declare const invokeService: (input: InvokeServiceInput) => Promise<import("../types").InvokeResponse>;
 //# sourceMappingURL=invoke-service.d.ts.map
\ No newline at end of file