Interface UpdateDateFacetSortCriterionActionCreatorPayload

interface UpdateDateFacetSortCriterionActionCreatorPayload {
    criterion: RangeFacetSortCriterion;
    facetId: string;
}

Properties

Properties

The target criterion.

facetId: string

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