Last updated 9 days ago
@torque-labs/torque-ts-sdk • Docs
@torque-labs/torque-ts-sdk / OrOperator
type OrOperator: { $or: (Condition | AndOperator | OrOperator)[]; };
Aggregation or operator.
src/types/audience.ts:268
$or
(Condition | AndOperator | OrOperator)[]
Condition
AndOperator
OrOperator