interface PrivateSourceMultEntry {
    multiplicity: number;
    sourceArticleNodeId: GraphNodeId;
    targetArticleNodeId: GraphNodeId;
}

Properties

multiplicity: number
sourceArticleNodeId: GraphNodeId
targetArticleNodeId: GraphNodeId