Interface: ReferenceValue
@kortexya/reasoninglayer / Values / ReferenceValue
Interface: ReferenceValue
Defined in: src/types/values.ts:52
A reference to another term by UUID. Produces {"type": "Reference", "value": "uuid"}.
Properties
type
type:
"Reference"
Defined in: src/types/values.ts:53
value
value:
string
Defined in: src/types/values.ts:54