npm package diff

Package: @forge/bridge

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

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

Index: package/out/object-store/upload.d.ts
===================================================================
--- package/out/object-store/upload.d.ts
+++ package/out/object-store/upload.d.ts
@@ -1,6 +1,6 @@
-import type { UploadResult } from './types';
+import type { UploadResult, UploadObject } from './types';
 export declare const upload: ({ functionKey, objects }: {
     functionKey: string;
-    objects: Blob[];
+    objects: UploadObject[];
 }) => Promise<UploadResult[]>;
 //# sourceMappingURL=upload.d.ts.map
\ No newline at end of file