uptime-robot-v3
    Preparing search index...

    Interface RemoteNodeInternal

    interface RemoteNode {
        city: string;
        country: string;
        id: number;
        IP: string;
        IPv6: string | null;
        privateIP: string | null;
        status: boolean;
    }
    Index

    Properties

    city: string
    country: string
    id: number
    IP: string
    IPv6: string | null
    privateIP: string | null
    status: boolean