type fix (fixes #2828 h/t @younes-io)

This commit is contained in:
SheetJS 2022-11-16 14:03:42 -05:00
parent df48489211
commit e7e129e417

2
types/index.d.ts vendored
View File

@ -564,7 +564,7 @@ export interface DenseSheet extends Sheet {
* Special keys start with '!'
* Dense-mode worksheets store data in the '!data' key
*/
[cell: string]: CellObject[][] | SheetKeys;
[cell: string]: CellObject[][] | SheetKeys | any;
/**
* Dense-mode worksheets store data in an array of arrays