Values.FlowConnectionConfigurationSourceThe configuration of the connection.
type nonrec t = {data : FlowDataConnectionConfiguration.t option;The configuration of a connection originating from a node that isn't a Condition node.
*)conditional : FlowConditionalConnectionConfiguration.t option;The configuration of a connection originating from a Condition node.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of (string * [> `String of FlowNodeOutputName.t ]) list ])
list ]