Membrane React - v0.2.1
    Preparing search index...

    Type Alias FlowNodeRunRecordWithoutOutputsData

    FlowNodeRunRecordWithoutOutputsData: FlowNodeRunRecord & {
        outputs: Omit<FlowNodeRunOutput, "data">[];
    }