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

Hierarchy (view full)

Properties

flowEdgeType: CONTROL_FLOW
id: string
source: string
target: string