@maschinenlesbar.org/regionalatlas-cli
    Preparing search index...

    Interface FieldInfo

    ArcGIS field metadata (from the query response).

    interface FieldInfo {
        alias?: string;
        length?: number;
        name: string;
        type?: string;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index
    alias?: string
    length?: number
    name: string
    type?: string