export interface GlueNode { children: GlueNode[]; node?: Node; i: number; key: string; name: string; lifecycle: string; prev: { props: any; }; props: any; }