Type Alias FlowNodeRunRecordWithoutOutputsData

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