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

    Interface EventFeedItem

    A single event item from the EP events feed

    interface EventFeedItem {
        id: string;
        title: string;
        date: string;
        type?: string;
        location?: string;
        url?: string;
    }
    Index

    Properties

    id: string
    title: string
    date: string
    type?: string
    location?: string
    url?: string