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

    Interface RawCatalogAttribute

    One attribute (value column) of an indicator in the raw services.json catalogue. code is the upper-case form of the field name the data query returns (AI0201 -> ai0201); meta is a long wiki-markup description we do not use.

    interface RawCatalogAttribute {
        code: string;
        meta?: string;
        title_long?: string;
        title_short?: string;
        unit?: string;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index
    code: string
    meta?: string
    title_long?: string
    title_short?: string
    unit?: string