UNPKG

@elastic-suite/gally-admin-shared

Version:
9 lines (8 loc) 145 B
export interface ITreeItem { id: number | string isVirtual: boolean name: string path: string level: number children?: ITreeItem[] }