Type Alias Cell

Cell: {
    x: number;
    y: number;
}