Type alias QueryCondition<S, N>

QueryCondition<S, N>: {
    $or: QueryCondition<S, N>[];
} | {
    $and: QueryCondition<S, N>[];
} | ConditionSet<SObjectRecord<S, N>>

Type Parameters

Type declaration

Type declaration