Skip to main content
Version: 8.9 (unreleased)

Type Alias: AdvancedDecisionRequirementsKeyFilter

type AdvancedDecisionRequirementsKeyFilter = object;

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

Advanced filter

Advanced DecisionRequirementsKey filter.

Properties

$eq?

optional $eq: DecisionRequirementsKey;

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

Checks for equality with the provided value.


$exists?

optional $exists: boolean;

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

Checks if the current property exists.


$in?

optional $in: DecisionRequirementsKey[];

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

Checks if the property matches any of the provided values.


$neq?

optional $neq: DecisionRequirementsKey;

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

Checks for inequality with the provided value.


$notIn?

optional $notIn: DecisionRequirementsKey[];

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

Checks if the property matches none of the provided values.