Skip to content

Type Alias: ArithOpDto

@kortexya/reasoninglayer


@kortexya/reasoninglayer / Constraints / ArithOpDto

Type Alias: ArithOpDto

ArithOpDto = "add" | "subtract" | "multiply" | "divide"

Defined in: src/types/constraints.ts:19

Arithmetic operators for binary expressions.