@forge/bridge

6.3.1-next.4-experimental-f1d1bd86.3.1-next.6
out/fetch/index.d.ts
~out/fetch/index.d.tsModified
−1
Index: package/out/fetch/index.d.ts
===================================================================
--- package/out/fetch/index.d.ts
+++ package/out/fetch/index.d.ts
@@ -2,6 +2,5 @@
 export declare const requestConfluence: (restPath: string, fetchOptions?: ForgeRequestInit) => Promise<Response>, requestJira: (restPath: string, fetchOptions?: ForgeRequestInit) => Promise<Response>, requestBitbucket: (restPath: string, fetchOptions?: ForgeRequestInit) => Promise<Response>;
 export declare const requestRemote: (remoteKey: string, fetchOptions?: ForgeRequestInit & {
     path?: string;
 }) => Promise<Response>;
-export declare const fetchUserRecommendations: () => Promise<any>;
 //# sourceMappingURL=index.d.ts.map
\ No newline at end of file