Values.DuplicateConnectionsFlowValidationDetailsSourceDetails about duplicate connections found between two nodes in the flow.
type nonrec t = {source : FlowNodeName.t option;The name of the source node where the duplicate connection starts.
*)target : FlowNodeName.t option;The name of the target node where the duplicate connection ends.
*)}