Values.UnknownNodeOutputFlowValidationDetailsSourceDetails about an unknown output for a node.
type nonrec t = {node : FlowNodeName.t option;The name of the node with the unknown output.
*)output : FlowNodeOutputName.t option;The name of the unknown output.
*)}