uptime-robot-v3
    Preparing search index...

    Type Alias UtcDayRange

    UTC calendar windows for UptimeRobot v3 GET /monitors/{id}/stats/uptime (from / to in ISO 8601).

    Used with service.tools.buildUtcCalendarDayRanges and Monitors.getUptimeStatistics.

    type UtcDayRange = {
        date: string;
        from: string;
        to: string;
    }
    Index

    Properties

    Properties

    date: string

    YYYY-MM-DD (UTC)

    from: string
    to: string