Riksdagsmonitor Intelligence Platform - v0.7.20
    Preparing search index...

    Dynamically generated SWOT entries replacing hardcoded SWOT_DEFAULTS.

    interface DynamicSwotEntries {
        government: {
            strengths: SwotEntry[];
            weaknesses: SwotEntry[];
            opportunities: SwotEntry[];
            threats: SwotEntry[];
        };
        opposition: {
            strengths: SwotEntry[];
            weaknesses: SwotEntry[];
            opportunities: SwotEntry[];
            threats: SwotEntry[];
        };
        privateSector: {
            strengths: SwotEntry[];
            weaknesses: SwotEntry[];
            opportunities: SwotEntry[];
            threats: SwotEntry[];
        };
    }
    Index

    Properties

    government: {
        strengths: SwotEntry[];
        weaknesses: SwotEntry[];
        opportunities: SwotEntry[];
        threats: SwotEntry[];
    }
    opposition: {
        strengths: SwotEntry[];
        weaknesses: SwotEntry[];
        opportunities: SwotEntry[];
        threats: SwotEntry[];
    }
    privateSector: {
        strengths: SwotEntry[];
        weaknesses: SwotEntry[];
        opportunities: SwotEntry[];
        threats: SwotEntry[];
    }