AndCondition<T>: {
    criteria: TwoAtLeastArray<T>;
    type: AND;
}

Type Parameters

Type declaration