umami-api-js
    Preparing search index...

    Interface DateRange

    Don't confuse with Timestamps, where the word "At" is used over "Date"!

    interface DateRange {
        endDate: Date;
        startDate: Date;
    }
    Index

    Properties

    Properties

    endDate: Date
    startDate: Date