NodeOutputPair
Represents a pairing of a specific node reference and its corresponding input. This is used to define the expected output for a given input within the context of a specific node.
Parameters
I
The type of the input for the node.
O
The type of the output for the node.