@elyx-code/project-logic-tree 0.0.6123 → 0.0.6125

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.
@@ -50,7 +50,7 @@ export interface IOutputMapTransfer extends IOutputMap_meta, IChildEntityTransfe
50
50
  export interface IOutputMapGenerationTarget extends IChildEntityGenerationTarget, IValueWritingEntityGenerationTarget {
51
51
  id: EntityId;
52
52
  type: EntityType.OutputMap;
53
- declaration: EntityId;
53
+ declaration?: EntityId | null;
54
54
  parent: EntityId;
55
55
  }
56
56
  export interface IOutputMapShallowTransfer extends IOutputMap_meta, IChildEntityShallowTransfer, IValueWritingEntityShallowTransfer {