@suluk/docs - v0.1.4
    Preparing search index...

    Interface PackageGraph

    interface PackageGraph {
        nodes: { id: string; label: string }[];
        links: { source: string; target: string }[];
    }
    Index

    Properties

    Properties

    nodes: { id: string; label: string }[]
    links: { source: string; target: string }[]