Skip to content

Commit 2b45480

Browse files
authored
Update index.d.ts
Fix issue #2427 correct Table2SheetOpts type
1 parent e73f0e1 commit 2b45480

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -699,7 +699,7 @@ export interface JSON2SheetOpts extends CommonOptions, DateNFOption {
699699

700700
export interface SheetJSONOpts extends JSON2SheetOpts, OriginOption {}
701701

702-
export interface Table2SheetOpts extends CommonOptions, DateNFOption {
702+
export interface Table2SheetOpts extends CommonOptions, DateNFOption, OriginOption {
703703
/** If true, plaintext parsing will not parse values */
704704
raw?: boolean;
705705

0 commit comments

Comments
 (0)