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

    Interface VoteHighlight

    A defining vote that shaped coalition dynamics.

    interface VoteHighlight {
        title: string;
        outcome: "adopted" | "rejected" | "split";
        votesFor: number;
        votesAgainst: number;
    }
    Index

    Properties

    title: string

    Vote title or description

    outcome: "adopted" | "rejected" | "split"

    Outcome of the vote

    votesFor: number

    Votes in favour

    votesAgainst: number

    Votes against