@elyx-code/project-logic-tree 0.0.6459 → 0.0.6460
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 +1 -0
- package/dist/index.js +831 -826
- package/dist/index.umd.cjs +54 -54
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -10937,6 +10937,7 @@ export declare interface IOutputMapGenerationTarget extends IChildEntityGenerati
|
|
|
10937
10937
|
id: EntityId;
|
|
10938
10938
|
type: EntityType.OutputMap;
|
|
10939
10939
|
declaration?: EntityId | null;
|
|
10940
|
+
parentRelationType?: OutputMapParentChildRelation;
|
|
10940
10941
|
parent: EntityId;
|
|
10941
10942
|
}
|
|
10942
10943
|
|