export interface IDragItem {
  index: number;
  id: string;
  type: string;
}
