interface Gte {
    $gte: NumberExpression | [NumberExpression, NumberExpression];
}

Properties

Properties

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