Membrane SDK - v0.8.0
    Preparing search index...

    Interface FlowNodeRunOutput

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

    Hierarchy (View Summary)

    Index

    Properties

    id: string = ...
    data: string = ...
    downstreamRuns: { runId: string; nodeKey: string }[] = ...