Type Alias: AdvancedGlobalTaskListenerEventTypeFilter
type AdvancedGlobalTaskListenerEventTypeFilter = object;
Advanced filter
Advanced global listener event type filter.
Properties
$eq?
optional $eq?: GlobalTaskListenerEventTypeEnum;
Checks for equality with the provided value.
$exists?
optional $exists?: boolean;
Checks if the current property exists.
$in?
optional $in?: GlobalTaskListenerEventTypeEnum[];
Checks if the property matches any of the provided values.
$like?
optional $like?: LikeFilter;
$neq?
optional $neq?: GlobalTaskListenerEventTypeEnum;
Checks for inequality with the provided value.