Type Alias: FilterBuilderPayload

FilterBuilderPayload: object

Defines the payload structure for building filters.

optional dataSource: 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.

optional values: FilterValues

A list of values to use for filtering.

types/types.ts:216