interface Data {
    flowEdgeType: FlowEdge.Type;
    id: string;
    source: string;
    target: string;
}

Hierarchy (view full)

Properties

flowEdgeType: FlowEdge.Type
id: string
source: string
target: string