interface Lt {
    $lt: NumberExpression | [NumberExpression, NumberExpression];
}

Properties

Properties

Returns true if the first value is less than the second.