Interface UpdateNumericFacetValuesActionCreatorPayload

interface UpdateNumericFacetValuesActionCreatorPayload {
    facetId: string;
    values: NumericFacetValue[];
}

Properties

Properties

facetId: string

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

The numeric facet values.