Type Alias GridCell

GridCell: {
    x: number;
    y: number;
}