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

Hierarchy (view full)

Properties

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