Type Alias Coords

Coords: { x: number; y: number }

A simple type for storing 2D coordinates.