ArchUnitTS - v2.2.0
    Preparing search index...

    Type Alias ProjectedEdge

    type ProjectedEdge = {
        sourceLabel: string;
        targetLabel: string;
        cumulatedEdges: Edge[];
    }
    Index

    Properties

    sourceLabel: string
    targetLabel: string
    cumulatedEdges: Edge[]