Values.MissingNodeOutputFlowValidationDetailsSourceDetails about a missing required output in a node.
type nonrec t = {node : FlowNodeName.t option;The name of the node missing the required output.
*)output : FlowNodeOutputName.t option;The name of the missing output.
*)}