Type alias TreeNode

TreeNode: TextNode | ElementNode

TreeNode represents a node in the tree.