EU Parliament Monitor — API Documentation - v0.8.34
    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;
        identifier?: string;
        label?: string;
    }
    Index

    Properties

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