Interface GreaterExpressionInternal

'$gt' operator expression. Tests for an attribute to be greater than a given value.

{a: {$gt: 4} }
interface GreaterExpression {
    $gt: SimpleValue;
}

Properties

Properties

$gt: SimpleValue

Value to check against.

Generated using TypeDoc