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

    Interface StakeholderImpactRow

    A single row in the stakeholder impact matrix

    interface StakeholderImpactRow {
        stakeholder: string;
        impact: "high" | "medium" | "low";
        reason: string;
    }
    Index

    Properties

    stakeholder: string

    Stakeholder label

    impact: "high" | "medium" | "low"

    Impact level: high, medium, or low

    reason: string

    Short reason explaining the impact