Type Alias: FilterCondition

FilterCondition: object

Defines the standard condition structure used in both field and time filters.

operator: FilterOperator

Required. The operator value for the filter. This must be a valid FilterOperator enum value.

optional values: FilterValues

An array of filter values. All the values in the array must be the same data type.

types/types.ts:171