Interface UpdateCategoryFacetBasePathActionCreatorPayload

interface UpdateCategoryFacetBasePathActionCreatorPayload {
    basePath: string[];
    facetId: string;
}

Properties

Properties

basePath: string[]

The base path shared by all values for the facet.

facetId: string

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