export interface DragObject { clickedItemId: string; itemIds: Array; type: string; }