Interface ISpeedTestServer

interface ISpeedTestServer {
    cc: string;
    city: string;
    country: string;
    lat: number;
    lon: number;
    provider: string;
    provider_url: string;
}

Properties

cc: string
city: string
country: string
lat: number
lon: number
provider: string
provider_url: string

Generated using TypeDoc