uptime-robot-v3
    Preparing search index...

    Interface MonitorUptimeStats

    interface MonitorUptimeStats {
        from: string;
        incident_count: number;
        to: string;
        total_downtime_seconds: number;
        uptime: number;
    }
    Index

    Properties

    from: string
    incident_count: number
    to: string
    total_downtime_seconds: number
    uptime: number