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