export interface PointData { /** X coord */ x: number; /** Y coord */ y: number; }