Skip to content

Commit

Permalink
Remove invalid readonly for Column.values (#2571)
Browse files Browse the repository at this point in the history
  • Loading branch information
Siemienik committed Oct 28, 2023
1 parent 2abd2d8 commit 2225238
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -634,7 +634,7 @@ export interface Column {
/**
* The cell values in the column
*/
values: ReadonlyArray<CellValue>;
values: CellValue;

/**
* Column letter key
Expand Down Expand Up @@ -2032,4 +2032,4 @@ export namespace stream {
getColumn(c: number): Column;
}
}
}
}

0 comments on commit 2225238

Please sign in to comment.