@forge/manifest

13.3.2-next.213.4.0-next.3
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
@@ -209,9 +209,10 @@
     DevopsRemoteLinkInfoProvider = "devops:remoteLinkInfoProvider",
     DevopsDesignInfoProvider = "devops:designInfoProvider",
     DevopsSecurityInfoProvider = "devops:securityInfoProvider",
     GlobalUi = "global:ui",
-    GlobalFullPage = "global:fullPage"
+    GlobalFullPage = "global:fullPage",
+    MacrosToIndexMigration = "migration:macrosToIndex"
 }
 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