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

    Interface ProcedureFeedItem

    A single procedure item from the EP procedures feed

    interface ProcedureFeedItem {
        id: string;
        title: string;
        date: string;
        stage?: string;
        type?: string;
        url?: string;
    }
    Index

    Properties

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