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

    Interface SwotItem

    A single item within a SWOT quadrant. Represents one strength, weakness, opportunity, or threat.

    interface SwotItem {
        text: string;
        severity?: "low" | "medium" | "high";
    }
    Index

    Properties

    Properties

    text: string

    Description of the SWOT item

    severity?: "low" | "medium" | "high"

    Optional severity/importance level