export interface Coordinate { x: V; y: V; } export interface Size { width: V; height: V; }