Interface: GetStoreTermResponse
@kortexya/reasoninglayer / ProofEngine / GetStoreTermResponse
Interface: GetStoreTermResponse
Defined in: src/types/proof-engine.ts:287
Response with term details from the term store.
Properties
boundTo?
optionalboundTo:string|null
Defined in: src/types/proof-engine.ts:289
ID of the term this is bound to, if any.
features
features:
Record<string,object>
Defined in: src/types/proof-engine.ts:291
Features on the term (opaque JSON values).
isVariable
isVariable:
boolean
Defined in: src/types/proof-engine.ts:293
Whether this is a variable.
sortId
sortId:
string
Defined in: src/types/proof-engine.ts:295
Sort UUID of the term.
termId
termId:
string
Defined in: src/types/proof-engine.ts:297
Term identifier.