@coveo/headless
    Preparing search index...

    Type Alias DateFacetState

    DateFacetState: Omit<CoreCommerceFacetState<DateFacetValue>, "type"> & {
        type: "dateRange";
    }

    The state of the DateFacet sub-controller.