interface Data {
    flowNodeType: INSTRUCTION;
    id: string;
    instructionFlowNodeType: GOTO;
    nextEdgeId: undefined | string;
}

Hierarchy (view full)

Properties

flowNodeType: INSTRUCTION
id: string
instructionFlowNodeType: GOTO
nextEdgeId: undefined | string