Type Alias OccupancyGridPoint

OccupancyGridPoint: {
    x: number;
    y: number;
}