npm package diff

Package: @forge/bridge

Versions: 5.8.0-next.8 - 5.8.0-next.9

File: package/out/object-store/objectStore.d.ts

Index: package/out/object-store/objectStore.d.ts
===================================================================
--- package/out/object-store/objectStore.d.ts
+++ package/out/object-store/objectStore.d.ts
@@ -1,8 +1,8 @@
 export declare const objectStore: {
     upload: ({ functionKey, objects }: {
         functionKey: string;
-        objects: Blob[];
+        objects: import("./types").UploadObject[];
     }) => Promise<import("./types").UploadResult[]>;
     download: ({ functionKey, keys }: {
         functionKey: string;
         keys: string[];