NodeElement: BaseElement & {
    children?: EndpointElement[];
    id: number;
    tag: `${Tag}`;
}

Runtime representation of a node.