@elyx-code/project-logic-tree 0.0.6613 → 0.0.6615

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.
package/dist/index.d.ts CHANGED
@@ -13543,8 +13543,6 @@ export declare function getReferencedEntityStateOrErrors(data: ElementGeneration
13543
13543
 
13544
13544
  export declare interface IDataTypeGenerationTarget extends IDataType_base, IChildEntityGenerationTarget {
13545
13545
  entity: EntityId | null;
13546
- andChildrenGroup: EntityId[] | null;
13547
- orChildrenGroup: EntityId[] | null;
13548
13546
  foreignKeyRef: EntityId | null;
13549
13547
  parent: EntityId;
13550
13548
  }