Interface LesserOrEqualExpressionInternal

'$lte' operator expression. Tests for an attribute to be lesser or equal to a given value.

{a: {$lte: 4} }
interface LesserOrEqualExpression {
    $lte: SimpleValue;
}

Properties

Properties

$lte: SimpleValue

Value to check against.

Generated using TypeDoc