Skip to content

Interface: UndoRuleStoreResponse

@kortexya/reasoninglayer


@kortexya/reasoninglayer / ProofEngine / UndoRuleStoreResponse

Interface: UndoRuleStoreResponse

Defined in: src/types/proof-engine.ts:171

Response after undoing to a checkpoint.

Properties

ruleCount

ruleCount: number

Defined in: src/types/proof-engine.ts:173

Number of rules remaining after undo.


success

success: boolean

Defined in: src/types/proof-engine.ts:175

Whether the undo was successful.