@forge/bridge
6.3.1-next.56.3.1-next.4-experimental-f1d1bd8
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,5 +2,6 @@
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