Type Alias SquaremapLocation

SquaremapLocation: Prettify<Point2D & {
    y?: number | string;
    yaw?: number | string;
}>