Values.FlowNodeOutputSourceContains configurations for an output from a node.
type nonrec t = {name : FlowNodeOutputName.t;A name for the output that you can reference.
*)type_ : FlowNodeIODataType.t;The data type of the output. If the output doesn't match this type at runtime, a validation error will be thrown.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of FlowNodeOutputName.t ]) list ]