export interface MagTreeNodeOptions { title: string; key: string; parentKey?: string; sibling: number; icon?: string; }