@coveo/headless
    Preparing search index...

    Interface DateFilterRange

    interface DateFilterRange {
        end: string;
        start: string;
    }
    Index

    Properties

    Properties

    end: string

    The ending value for the date range, formatted as YYYY/MM/DD@HH:mm:ss or the Relative date format "period-amount-unit"

    start: string

    The starting value for the date range, formatted as YYYY/MM/DD@HH:mm:ss or the Relative date format "period-amount-unit"