From 2b4548098e29338ae29532ec8247b49fa4289bfa Mon Sep 17 00:00:00 2001 From: Luudoo Date: Thu, 21 Oct 2021 11:19:46 +0200 Subject: [PATCH] Update index.d.ts Fix issue #2427 correct Table2SheetOpts type --- types/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/index.d.ts b/types/index.d.ts index ae0aa9c..c282c2d 100644 --- a/types/index.d.ts +++ b/types/index.d.ts @@ -699,7 +699,7 @@ export interface JSON2SheetOpts extends CommonOptions, DateNFOption { export interface SheetJSONOpts extends JSON2SheetOpts, OriginOption {} -export interface Table2SheetOpts extends CommonOptions, DateNFOption { +export interface Table2SheetOpts extends CommonOptions, DateNFOption, OriginOption { /** If true, plaintext parsing will not parse values */ raw?: boolean;