Riksdagsmonitor Intelligence Platform โ€” API Documentation - v1.0.30
    Preparing search index...
    interface VotingRecordOutput {
    ย ย ย ย bet: string;
    ย ย ย ย rm: string;
    ย ย ย ย fetchedAt: string;
    ย ย ย ย status: "error" | "fetched" | "vote_pending" | "not_found";
    ย ย ย ย partyVotes: PartyVoteRow[];
    ย ย ย ย defectors: DefectorRecord[];
    ย ย ย ย mermaidDiagram: string;
    ย ย ย ย errorMessage?: string;
    ย ย ย ย injectionMarkdown?: string;
    }
    Index
    bet: string
    rm: string
    fetchedAt: string
    status: "error" | "fetched" | "vote_pending" | "not_found"
    partyVotes: PartyVoteRow[]
    defectors: DefectorRecord[]
    mermaidDiagram: string
    errorMessage?: string
    injectionMarkdown?: string