Type Alias TableCellAdress

TableCellAdress: {
    col: number;
    row: number;
}