export interface DndItem { id?: any; blob?: string; url?: string; file?: File; }