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

    Interface ClassificationListItem

    A public-body classification (Behördentyp), e.g. Ministerium, Grundschule.

    interface ClassificationListItem {
        children: JsonValue;
        depth: number;
        id: number;
        name: string;
        parent: number | null;
        slug: string;
    }
    Index
    children: JsonValue
    depth: number
    id: number
    name: string
    parent: number | null
    slug: string