Type Alias: OrOperator

@torque-labs/torque-ts-sdkDocs


@torque-labs/torque-ts-sdk / OrOperator

Type Alias: OrOperator

type OrOperator: {
  $or: (Condition | AndOperator | OrOperator)[];
};

Aggregation or operator.

Type declaration

Name
Type

Defined in

src/types/audience.ts:268

Last updated