import type { ICoordinatePos } from './ICoordinatePos'; export interface IRectangle extends ICoordinatePos { width: number; height: number; }