Type alias NotCondition

NotCondition: {
    $not: CompositeCondition;
}

A NOT clause in a condition/filter expression. The $not value must be the only key on the object, and must contain a condition clause.

Type declaration

Generated using TypeDoc