import { FabricObject } from 'fabric'; export interface IDropInfo { isSecondaryOverlapped: boolean; primaryPositions: { trackIndex?: number; trackId: string; positions: Record; }; secondaryTracks: Record; primaryTracks: Record; }