diff --git a/types/index.d.ts b/types/index.d.ts index 12be899..06a25a7 100644 --- a/types/index.d.ts +++ b/types/index.d.ts @@ -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