Type alias OrCondition

OrCondition: {
    $or: CompositeCondition[];
}

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

Each clause will be connected by an OR keyword.

Type declaration

Generated using TypeDoc