@forge/bridge

5.12.1-next.0-experimental-1dcd5935.13.0-next.1
out/types.d.ts
~out/types.d.tsModified
+1
Index: package/out/types.d.ts
===================================================================
--- package/out/types.d.ts
+++ package/out/types.d.ts
@@ -85,6 +85,7 @@
     scopes?: Scopes;
     external?: External;
 }
 export declare type ForgeRequestInit = Omit<RequestInit, 'signal'>;
+export declare type FetchType = 'remote' | 'product';
 export {};
 //# sourceMappingURL=types.d.ts.map
\ No newline at end of file