interface Lte {
    $lte: NumberExpression | [NumberExpression, NumberExpression];
}

Properties

Properties

Returns true if the first value is less than or equal to the second.