@elyx-code/project-logic-tree 0.0.6785 → 0.0.6788

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
@@ -22770,6 +22770,7 @@ export declare function getReferencedEntityStateOrErrors(data: ElementGeneration
22770
22770
  ownMetadataIndent?: number;
22771
22771
  omitFields?: EntityPrintingFields[];
22772
22772
  onlyFields?: EntityPrintingFields[];
22773
+ onPrefix?: (entity: EntityState) => string;
22773
22774
  }
22774
22775
 
22775
22776
  export declare interface IProject extends IProjectTransfer {