interface Data {
    conditionFlowNodeType: ConditionNode.Type;
    falseEdgeId: string;
    flowNodeType: CONDITION;
    id: string;
    trueEdgeId: string;
}

Hierarchy (view full)

Properties

conditionFlowNodeType: ConditionNode.Type
falseEdgeId: string
flowNodeType: CONDITION
id: string
trueEdgeId: string