EU Parliament Monitor — API Documentation - v0.8.40
    Preparing search index...

    Interface SwotItem

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

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

    Properties

    Properties

    text: string

    Description of the SWOT item

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

    Optional severity/importance level