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.
Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new ConstraintResult():
ConstraintResult
Returns
Section titled “Returns”ConstraintResult