export interface ShapeType { location: { x: number; y: number; }; size: { width: number; height: number; }; }