Interface ToggleSelectStaticFilterValueActionCreatorPayload

interface ToggleSelectStaticFilterValueActionCreatorPayload {
    id: string;
    value: StaticFilterValue;
}

Properties

Properties

id: string

The unique identifier for the static filter.

The target static filter value.