ArchUnitTS - v2.2.0
    Preparing search index...

    Interface GraphReportEdge

    interface GraphReportEdge {
        source: string;
        target: string;
        count: number;
        external: boolean;
        importKinds: string[];
    }
    Index

    Properties

    source: string
    target: string
    count: number
    external: boolean
    importKinds: string[]