feat: update Sheet type #2705

Closed
bluelovers wants to merge 1 commits from patch-1 into master

1
types/index.d.ts vendored
View File

@ -518,6 +518,7 @@ export interface Sheet {
* Special keys start with '!'
*/
[cell: string]: CellObject | SheetKeys | any;
[cell: `${string}${number}`]: CellObject;
/** Sheet type */
'!type'?: SheetType;