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

    Interface AdoptedTextFeedItem

    A single adopted-text item from the EP adopted-texts feed

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

    Properties

    Properties

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