Type Alias: AdvancedDecisionDefinitionKeyFilter
type AdvancedDecisionDefinitionKeyFilter = object;
Advanced filter
Advanced DecisionDefinitionKey filter.
Properties
$eq?
optional $eq?: DecisionDefinitionKey;
Checks for equality with the provided value.
$exists?
optional $exists?: boolean;
Checks if the current property exists.
$in?
optional $in?: DecisionDefinitionKey[];
Checks if the property matches any of the provided values.
$neq?
optional $neq?: DecisionDefinitionKey;
Checks for inequality with the provided value.
$notIn?
optional $notIn?: DecisionDefinitionKey[];
Checks if the property matches none of the provided values.