Type Alias: AndOperator

@torque-labs/torque-ts-sdkDocs


@torque-labs/torque-ts-sdk / AndOperator

Type Alias: AndOperator

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

Aggregation and operator.

Type declaration

Name
Type

Defined in

src/types/audience.ts:261

Last updated