npm package diff

Package: @forge/api

Versions: 6.0.3 - 6.1.0-next.0

File: package/out/api/service.d.ts

Index: package/out/api/service.d.ts
===================================================================
--- package/out/api/service.d.ts
+++ package/out/api/service.d.ts
@@ -0,0 +1,7 @@
+import { APIResponse, RequestInit } from '../index';
+declare type InvokeServiceOptions = {
+    path: string;
+};
+export declare function invokeService(serviceKey: string, options: RequestInit & InvokeServiceOptions): Promise<APIResponse>;
+export {};
+//# sourceMappingURL=service.d.ts.map
\ No newline at end of file