The INodeType
interface in the Editor.NodeEditor
namespace defines the contract for node types within the node editor system. It provides methods for creating nodes, matching queries, and retrieving input/output information. This interface is essential for implementing custom node types that can be integrated into the node editor.