Type Alias Coords

Coords: {
    x: number;
    y: number;
}

Simple 2 dimensional coordinates.