@forge/bridge

6.3.16.4.0-next.0
out/fetch/index.d.ts
~out/fetch/index.d.tsModified
+3
Index: package/out/fetch/index.d.ts
===================================================================
--- package/out/fetch/index.d.ts
+++ package/out/fetch/index.d.ts
@@ -2,5 +2,8 @@
 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: (input: {
+    query?: string;
+}) => Promise<any>;
 //# sourceMappingURL=index.d.ts.map
\ No newline at end of file