@forge/manifest

13.1.1-next.2-experimental-094961613.2.0-next.5
out/schema/manifest.d.ts
~out/schema/manifest.d.tsModified
+14
Index: package/out/schema/manifest.d.ts
===================================================================
--- package/out/schema/manifest.d.ts
+++ package/out/schema/manifest.d.ts
@@ -12725,8 +12725,15 @@
           description__i18n?: string;
           adfExport?: {
             function: string;
           };
+          static?:
+            | {
+                function: string;
+              }
+            | {
+                endpoint: string;
+              };
           refDataSchema?: {
             inputType: string;
           };
           config?:
@@ -13017,8 +13024,15 @@
           description__i18n?: string;
           adfExport?: {
             function: string;
           };
+          static?:
+            | {
+                function: string;
+              }
+            | {
+                endpoint: string;
+              };
           refDataSchema?: {
             inputType: string;
           };
           config?: