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

    Interface CategoryListItem

    A topical category (Kategorie) attached to public bodies and requests.

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