@forge/bridge

6.2.1-next.0-experimental-ccd51436.3.0-next.1
out/router/types.d.ts
~out/router/types.d.tsModified
+1
Index: package/out/router/types.d.ts
===================================================================
--- package/out/router/types.d.ts
+++ package/out/router/types.d.ts
@@ -26,8 +26,9 @@
     target: typeof NavigationTarget.Module;
     moduleKey: string;
     spaceKey?: string;
     projectKey?: string;
+    path?: string;
 };
 type UserProfile = {
     target: typeof NavigationTarget.UserProfile;
     accountId: string;