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

Hierarchy (view full)

Properties

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