@forge/manifest

13.4.0-next.4-experimental-e16d59f13.4.0-next.5
out/types/module-types.d.ts
~out/types/module-types.d.tsModified
+2−1
Index: package/out/types/module-types.d.ts
===================================================================
--- package/out/types/module-types.d.ts
+++ package/out/types/module-types.d.ts
@@ -210,9 +210,10 @@
     DevopsDesignInfoProvider = "devops:designInfoProvider",
     DevopsSecurityInfoProvider = "devops:securityInfoProvider",
     GlobalUi = "global:ui",
     GlobalFullPage = "global:fullPage",
-    MacrosToIndexMigration = "migration:macrosToIndex"
+    MacrosToIndexMigration = "migration:macrosToIndex",
+    ManagedExportsMigration = "migration:managedExports"
 }
 export declare const SUPPORTED_MODULES: AllModuleTypes[];
 export declare const SUPPORTED_PRODUCTS_ONLY: string[];
 //# sourceMappingURL=module-types.d.ts.map
\ No newline at end of file