@adaptabletools/adaptable-cjs 20.2.7 → 20.2.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -5644,13 +5644,13 @@ export declare const ADAPTABLE_METAMODEL: {
5644
5644
  kind: string;
5645
5645
  desc: string;
5646
5646
  isOpt: boolean;
5647
- ref?: undefined;
5647
+ ref: string;
5648
5648
  } | {
5649
5649
  name: string;
5650
5650
  kind: string;
5651
5651
  desc: string;
5652
5652
  isOpt: boolean;
5653
- ref: string;
5653
+ ref?: undefined;
5654
5654
  } | {
5655
5655
  name: string;
5656
5656
  kind: string;