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

    Interface RawCatalogTheme

    One theme (subject area) in the raw services.json catalogue.

    interface RawCatalogTheme {
        children?: RawCatalogIndicator[];
        title: string;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index
    children?: RawCatalogIndicator[]
    title: string