A clause that translates to the $lt operator. The key path this appears on will be used in a < expression.
<
e.g. { 'x.y': { $lt: 5 } } => x.y < :value0 // (where :value0 is set to 5)
{ 'x.y': { $lt: 5 } } => x.y < :value0 // (where :value0 is set to 5)
Generated using TypeDoc
A clause that translates to the $lt operator. The key path this appears on will be used in a
<
expression.e.g.
{ 'x.y': { $lt: 5 } } => x.y < :value0 // (where :value0 is set to 5)