Interface ToggleSelectDateFacetValueActionCreatorPayload

interface ToggleSelectDateFacetValueActionCreatorPayload {
    facetId: string;
    selection: DateFacetValue;
}

Properties

Properties

facetId: string

The unique identifier of the facet (e.g., "1").

selection: DateFacetValue

The target date facet value.