Type Alias Point

Point: [x: number, y: number]

An array of two numbers representing a point in 2D space.