Interface FlowNodeRunOutput

interface FlowNodeRunOutput {
    id: string;
    data: string;
    downstreamRuns: DownstreamFlowNodeRun[];
}

Properties

id: string
data: string
downstreamRuns: DownstreamFlowNodeRun[]