Interface UpdateCategoryFacetSortCriterionActionCreatorPayload

interface UpdateCategoryFacetSortCriterionActionCreatorPayload {
    criterion: CategoryFacetSortCriterion;
    facetId: string;
}

Properties

Properties

The criterion by which to sort the facet.

facetId: string

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