Interface UpdateDateFacetValuesActionCreatorPayload

interface UpdateDateFacetValuesActionCreatorPayload {
    facetId: string;
    values: DateFacetValue[];
}

Properties

Properties

facetId: string

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

values: DateFacetValue[]

The date facet values.