hetzner-ts
    Preparing search index...

    Interface DatacenterLocation

    interface DatacenterLocation {
        city: string;
        country: string;
        description: string;
        id: number;
        latitude: number;
        longitude: number;
        name: string;
        network_zone: string;
    }
    Index

    Properties

    city: string
    country: string
    description: string
    id: number
    latitude: number
    longitude: number
    name: string
    network_zone: string