OrCondition<T>: {
    criteria: TwoAtLeastArray<T>;
    type: OR;
}

Type Parameters

Type declaration