Values.UnfulfilledNodeInputFlowValidationDetailsSourceDetails about an unfulfilled node input with no valid connections.
type nonrec t = {node : FlowNodeName.t option;The name of the node containing the unfulfilled input.
*)input : FlowNodeInputName.t option;The name of the unfulfilled input. An input is unfulfilled if there are no data connections to it.
*)}