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

    Interface OparlBody

    A body (Körperschaft) — usually one municipality or district.

    interface OparlBody {
        id: string;
        name: string;
        type: string;
        [key: string]: JsonValue;
    }

    Hierarchy (View Summary)

    Indexable

    Index
    id: string
    name: string
    type: string