Type Alias: RelOpDto
@kortexya/reasoninglayer / Constraints / RelOpDto
Type Alias: RelOpDto
RelOpDto =
"equal"|"not_equal"|"less_than"|"less_than_or_equal"|"greater_than"|"greater_than_or_equal"
Defined in: src/types/constraints.ts:8
Relational operators for arithmetic constraints.