export interface NodeDto> { id: string; label: string; parentId: string; droppable?: boolean; active?: boolean; loading?: boolean; data?: TData; }