export enum ItemTypes { TREE_ITEM = 'tree.item', TREE = 'tree', } export type DragItem = { id: string; };