@roar-firebase-functions/core / CompositeCondition
Interface: CompositeCondition
Defined in: packages/core/src/models/condition.model.ts:11
Interface representing a condition based on a composite of other conditions. The conditions are combined using a logical operator. The conditions can be FieldConditions, CompositeConditions, or SelectAllConditions.
See
Properties
conditions
conditions:
Condition
[]
Defined in: packages/core/src/models/condition.model.ts:13
op
op:
"AND"
|"OR"
Defined in: packages/core/src/models/condition.model.ts:12