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

    Interface Session

    A plenary session with its agenda (from the current-session feed).

    interface Session {
        header?: string;
        title?: string;
        tops: AgendaItem[];
    }
    Index
    header?: string

    e.g. "am Freitag, dem 10. Juli 2026, 9:30 Uhr".

    title?: string

    e.g. "1067. Sitzung des Bundesrates | Tagesordnung Entwurf".

    tops: AgendaItem[]

    The agenda items (Tagesordnungspunkte).