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