export interface BytepicDraggedModel { indexDragged: number; dataDragged: any; draggedToIndex: number; draggedToData: any; }