Skip to main content
Version: 8.9 (unreleased)

Type Alias: AdvancedDecisionDefinitionKeyFilter

type AdvancedDecisionDefinitionKeyFilter = object;

Defined in: gen/types.gen.ts:4245

Advanced filter

Advanced DecisionDefinitionKey filter.

Properties

$eq?

optional $eq: DecisionDefinitionKey;

Defined in: gen/types.gen.ts:4249

Checks for equality with the provided value.


$exists?

optional $exists: boolean;

Defined in: gen/types.gen.ts:4257

Checks if the current property exists.


$in?

optional $in: DecisionDefinitionKey[];

Defined in: gen/types.gen.ts:4261

Checks if the property matches any of the provided values.


$neq?

optional $neq: DecisionDefinitionKey;

Defined in: gen/types.gen.ts:4253

Checks for inequality with the provided value.


$notIn?

optional $notIn: DecisionDefinitionKey[];

Defined in: gen/types.gen.ts:4265

Checks if the property matches none of the provided values.