Type Alias: FilterBuilderPayload
FilterBuilderPayload:
object
Defines the payload structure for building filters.
optionaldataSource:string
The source of the data to filter.
fieldName:
string
Required. The field name to filter.
operator:
FilterOperator
Required. The operator value to use for filtering.
optionalvalues:FilterValues
A list of values to use for filtering.
types/types.ts:216