@zodiacs/engine 0.1.1-rc.1
    Preparing search index...

    Interface GeoNamesIndexMetadata

    interface GeoNamesIndexMetadata {
        count: number;
        shards: readonly string[];
        source: string;
        timeZones: readonly string[];
        version: number;
    }
    Index
    count: number
    shards: readonly string[]
    source: string
    timeZones: readonly string[]
    version: number