interface UpdateNumericFacetValuesPayload {
    facetId: string;
    values: NumericRangeRequest[];
}

Properties

Properties

facetId: string

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

The numeric facet values.