interface Data {
    flowNodeType: FlowNode.Type;
    id: string;
}

Hierarchy (view full)

Properties

Properties

flowNodeType: FlowNode.Type
id: string