@elyx-code/project-logic-tree 0.0.6309 → 0.0.6311

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
@@ -1995,6 +1995,7 @@ export declare class DataTypeState extends VersionedState implements IDataType,
1995
1995
  canBeObject(): boolean;
1996
1996
  hasStrictObjectStructure(): boolean;
1997
1997
  isInlineDeclaredEntity(): boolean;
1998
+ isIndependentlyUserDeclaredEntity(): boolean;
1998
1999
  canModifyObjectStructure(): boolean;
1999
2000
  inferFromInputs(inputs: VariableInputMapState[], changeSet?: ChangeSet | null): IChangeSet<DataTypeState>;
2000
2001
  }