Skip to content

ConstraintResult

Defined in: packages/core/src/access/constraintTypes.ts:171

Terminal marker for a completed constraint chain. Nominal — a private, unimplementable member — so a plain object literal can never satisfy it; only a real chain call (eq/gt/gte/lt/lte) can produce one. Every builder stage extends this, so a chain is already assignable to ConstraintResult at the exact point Convex would also accept it as complete.

new ConstraintResult(): ConstraintResult

ConstraintResult