export interface DraggableItem { draftOrder: number item: any isSticky?: boolean isExpandedRow?: boolean }