Interface ToggleSelectLocationFacetValuePayload

interface ToggleSelectLocationFacetValuePayload {
    facetId: string;
    selection: LocationFacetValue;
}

Properties

Properties

facetId: string

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

The target location facet value.