hetzner-ts
    Preparing search index...

    Interface LocationsResponse

    interface LocationsResponse {
        locations: Location[];
        meta: Meta;
    }
    Index

    Properties

    Properties

    locations: Location[]
    meta: Meta