From eb65f2b789021fd78298b246b9da1409f60752fe Mon Sep 17 00:00:00 2001 From: dsueltenfuss Date: Wed, 27 Mar 2019 19:17:20 -0400 Subject: [PATCH] dwt type - additional property (#34224) * Added missing type * Updated package header * Replaced tabs with spaces --- types/dwt/Dynamsoft.d.ts | 1 + types/dwt/index.d.ts | 1 + 2 files changed, 2 insertions(+) diff --git a/types/dwt/Dynamsoft.d.ts b/types/dwt/Dynamsoft.d.ts index 65569f61b3..38ddc3ef49 100644 --- a/types/dwt/Dynamsoft.d.ts +++ b/types/dwt/Dynamsoft.d.ts @@ -27,6 +27,7 @@ interface dwtEnv { DynamicContainers: string[]; DynamicDWTMap: {}; GetWebTwain(cid: string): WebTwain; + IfInstallDWTModuleWithZIP: boolean; IfUpdateService: boolean; IfUseActiveXForIE10Plus: boolean; JSVersion: string; diff --git a/types/dwt/index.d.ts b/types/dwt/index.d.ts index 04f600367d..3650529393 100644 --- a/types/dwt/index.d.ts +++ b/types/dwt/index.d.ts @@ -4,6 +4,7 @@ // Josh Hall // Lincoln Hu // Tom Kent +// Dave Sueltenfuss // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped // TypeScript Version: 2.4