DateRange: {
    end_date: string | Date;
    periodicity: "hour" | "day" | "month";
    start_date: string | Date;
}

Type declaration

  • end_date: string | Date

    End date for fetching statistics in a interval.

  • periodicity: "hour" | "day" | "month"

    Periodicity of the statistics to fetch.

    Default

    "hour"
    
  • start_date: string | Date

    Starting date for fetching statistics in a interval.