@coveo/headless-react
    Preparing search index...

    Interface NumericFilterRange

    interface NumericFilterRange {
        end: number;
        start: number;
    }
    Index

    Properties

    Properties

    end: number

    The ending value for the numeric range.

    start: number

    The starting value for the numeric range.