Type Alias GameServerGeolocation

GameServerGeolocation: {
    available: boolean;
    city: {
        name: string;
        region: string;
    };
    continent: string;
    country: {
        code: string;
        name: string;
    };
    timezone: string;
}