Interface Tree

interface Tree {
    root: TreeNode;
}

Properties

Properties

root: TreeNode