export interface ITreeNode { type: string; parentNode?: ITreeNode; }