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

    Interface MEPFeedItem

    A single MEP update item from the EP MEPs feed

    interface MEPFeedItem {
        id: string;
        name: string;
        date: string;
        country?: string;
        group?: string;
        url?: string;
    }
    Index

    Properties

    id: string
    name: string
    date: string
    country?: string
    group?: string
    url?: string