npm package diff

Package: @forge/bridge

Versions: 4.5.3 - 4.6.0-next.0

File: package/out/invoke-remote/invoke-remote.d.ts

Index: package/out/invoke-remote/invoke-remote.d.ts
===================================================================
--- package/out/invoke-remote/invoke-remote.d.ts
+++ package/out/invoke-remote/invoke-remote.d.ts
@@ -1,8 +0,0 @@
-export interface InvokeRemoteInput {
-    path: string;
-    method: 'GET' | 'POST' | 'PUT' | 'PATCH' | 'DELETE';
-    headers?: Record<string, string>;
-    body?: unknown;
-}
-export declare const invokeRemote: <T>(input: InvokeRemoteInput) => Promise<T>;
-//# sourceMappingURL=invoke-remote.d.ts.map
\ No newline at end of file