Riksdagsmonitor Intelligence Platform - v0.7.19
    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