this.gui
    Preparing search index...

    Type Alias EndpointHealth

    type EndpointHealth = {
        error?: string;
        identity: string;
        lastCheckedAt: number | null;
        lastSeenAt: number | null;
        latencyMs?: number;
        sources: MonadDiscoverySource[];
        status: MonadEndpointStatus;
        surface?: MonadSurfaceInfo;
        url: string;
    }
    Index

    Properties

    error?: string
    identity: string
    lastCheckedAt: number | null
    lastSeenAt: number | null
    latencyMs?: number
    sources: MonadDiscoverySource[]
    url: string