interface Data {
    conditionFlowNodeType: IF_COMPARISON;
    falseEdgeId: string;
    flowNodeType: CONDITION;
    id: string;
    trueEdgeId: string;
}

Hierarchy (view full)

Properties

conditionFlowNodeType: IF_COMPARISON
falseEdgeId: string
flowNodeType: CONDITION
id: string
trueEdgeId: string