EU Parliament Monitor - API Documentation - v0.5.1
    Preparing search index...

    Interface CommitteeData

    Committee report data aggregated from MCP sources

    interface CommitteeData {
        name: string;
        abbreviation: string;
        chair: string;
        members: number;
        documents: CommitteeDocument[];
        effectiveness: string | null;
    }
    Index

    Properties

    name: string
    abbreviation: string
    chair: string
    members: number
    documents: CommitteeDocument[]
    effectiveness: string | null