Skip to content

Interface: UnifyTermsRequest

@kortexya/reasoninglayer


@kortexya/reasoninglayer / ProofEngine / UnifyTermsRequest

Interface: UnifyTermsRequest

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

Request to unify two terms in the term store.

Properties

term1Id

term1Id: string

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

First term ID.


term2Id

term2Id: string

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

Second term ID.