interface Data {
    flowEdgeType: DATA_FLOW;
    id: string;
    source: string;
    target: string;
}

Hierarchy (view full)

Properties

flowEdgeType: DATA_FLOW
id: string
source: string
target: string