Represents the facet ranges in the search response.

interface SearchResponseFacetCountsFacetRanges {
    price?: SearchResponseFacetCountsFacetRangesPrice[];
}

Properties

Properties