Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #1518 from Hesamp/patch-1
Update index.d.ts
  • Loading branch information
Siemienik committed Nov 1, 2020
2 parents eb61185 + 315c878 commit 4e38ad8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
Expand Up @@ -1173,7 +1173,7 @@ export interface Worksheet {
* Note: these column structures are a workbook-building convenience only,
* apart from the column width, they will not be fully persisted.
*/
columns: Array<Column>;
columns: Array<Partial<Column>>;

/**
* The total row size of the document. Equal to the row number of the last row that has values.
Expand Down

0 comments on commit 4e38ad8

Please sign in to comment.