geoview-core - v2.2.0
    Preparing search index...

    Type Alias PingResult

    Result of a URL reachability ping check.

    type PingResult = {
        error?: string;
        isReachable: boolean;
        isValid: boolean;
        needsProxy: boolean;
        status: number | null;
    }
    Index

    Properties

    error?: string
    isReachable: boolean
    isValid: boolean
    needsProxy: boolean
    status: number | null