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

    Interface ScenarioStakeholderImpact

    Impact on a specific stakeholder within a scenario

    interface ScenarioStakeholderImpact {
        stakeholder: string;
        impact: string;
        severity: "high" | "medium" | "low" | "critical";
    }
    Index

    Properties

    stakeholder: string

    Name or description of the stakeholder

    impact: string

    Description of how they are affected

    severity: "high" | "medium" | "low" | "critical"

    Severity of the impact