Riksdagsmonitor Intelligence Platform - v0.7.19
    Preparing search index...
    interface NetworkEdge {
        source: string;
        target: string;
        weight: number;
        type: string;
    }
    Index

    Properties

    source: string
    target: string
    weight: number
    type: string