Interface: AssertRuleResponse
@kortexya/reasoninglayer / ProofEngine / AssertRuleResponse
Interface: AssertRuleResponse
Defined in: src/types/proof-engine.ts:93
Response after asserting a rule.
Properties
ruleCount
ruleCount:
number
Defined in: src/types/proof-engine.ts:95
Total number of rules in the store after assertion.
ruleId
ruleId:
string
Defined in: src/types/proof-engine.ts:97
Identifier of the newly asserted rule.