@elyx-code/project-logic-tree 0.0.6056 → 0.0.6058

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.
@@ -43,6 +43,10 @@ export declare const BUILT_IN_BASE_ENTITY_IDS: {
43
43
  id: string;
44
44
  properties: {};
45
45
  };
46
+ null: {
47
+ id: string;
48
+ properties: {};
49
+ };
46
50
  };
47
51
  "value-descriptor": {
48
52
  "action-ongoing-process-output-value-descriptor-id": {
@@ -3,6 +3,7 @@ import { IDataTypeReference, IPrimitiveEntity, IPrimitiveEntityReference, IPrope
3
3
  export declare const stringPrototype: IPrimitiveEntity;
4
4
  export declare const booleanPrototype: IPrimitiveEntity;
5
5
  export declare const numberPrototype: IPrimitiveEntity;
6
+ export declare const nullPrototype: IPrimitiveEntity;
6
7
  export declare const untypedObjectPrototype: IPrimitiveEntity;
7
8
  export declare const enumOptionsPropertyDataTypeRef: IDataTypeReference;
8
9
  export declare const enumOptionsPropertyRef: IPropertyReference;