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

    Interface CommitteeDocument

    Committee document with type, title and date

    interface CommitteeDocument {
        title: string;
        type: string;
        date: string;
    }
    Index

    Properties

    Properties

    title: string
    type: string
    date: string