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

    Interface PoliticalMistake

    A single identified mistake, miscalculation, or missed opportunity in parliamentary proceedings.

    interface PoliticalMistake {
        actor: string;
        description: string;
        alternative: string;
    }
    Index

    Properties

    actor: string

    Who made the mistake

    description: string

    What the mistake or miscalculation was

    alternative: string

    What they should have done differently