Type alias AndCondition

AndCondition: {
    $and: CompositeCondition[];
}

An AND clause in a condition/filter expression. The $and array must be the only key on the object, and contain at least one condition clause.

Each clause will be connected by an AND keyword.

Type declaration

Generated using TypeDoc