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

    Interface AnalyzeLegislativeEffectivenessOptions

    Options for analyzeLegislativeEffectiveness

    interface AnalyzeLegislativeEffectivenessOptions {
        subjectId: string;
        subjectType: "MEP" | "COMMITTEE";
        dateFrom?: string;
        dateTo?: string;
    }
    Index

    Properties

    subjectId: string
    subjectType: "MEP" | "COMMITTEE"
    dateFrom?: string
    dateTo?: string