Riksdagsmonitor Intelligence Platform โ€” API Documentation - v0.8.60
    Preparing search index...
    interface CommitteeNetwork {
    ย ย ย ย title: string;
    ย ย ย ย description: string;
    ย ย ย ย lastUpdated: string;
    ย ย ย ย committees: CommitteeEntry[];
    ย ย ย ย networkGraph: { nodes: NetworkNode[]; edges: NetworkEdge[] };
    ย ย ย ย crossCommitteeMPs: unknown[];
    ย ย ย ย _source: string;
    }
    Index

    Properties

    title: string
    description: string
    lastUpdated: string
    committees: CommitteeEntry[]
    networkGraph: { nodes: NetworkNode[]; edges: NetworkEdge[] }
    crossCommitteeMPs: unknown[]
    _source: string