umami-api-js
    Preparing search index...

    Interface DateTimestamps

    Many of the Reports endpoints use startDate instead of startAt, and endDate instead of endAt

    interface DateTimestamps {
        endDate: number | Date;
        startDate: number | Date;
    }
    Index

    Properties

    Properties

    endDate: number | Date

    Timestamp of end date

    startDate: number | Date

    Timestamp of starting date