Type Alias TableCellMerge

TableCellMerge: {
    col: number;
    row: number;
}