Interface Edge

interface Edge {
    attribute: string;
    source: string;
    target: string;
}

Properties

attribute: string
source: string
target: string