import { IDragCoord } from './IDragCoord'; export interface IDragData { time: number | undefined; coord: IDragCoord; }