diff --git a/types/index.d.ts b/types/index.d.ts index 2d37afb..767e770 100644 --- a/types/index.d.ts +++ b/types/index.d.ts @@ -518,6 +518,7 @@ export interface Sheet { * Special keys start with '!' */ [cell: string]: CellObject | SheetKeys | any; + [cell: `${string}${number}`]: CellObject; /** Sheet type */ '!type'?: SheetType;