mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-14 05:50:20 +00:00
dwt type - additional property (#34224)
* Added missing type * Updated package header * Replaced tabs with spaces
This commit is contained in:
committed by
Ron Buckton
parent
b36aeafe88
commit
eb65f2b789
Vendored
+1
@@ -27,6 +27,7 @@ interface dwtEnv {
|
||||
DynamicContainers: string[];
|
||||
DynamicDWTMap: {};
|
||||
GetWebTwain(cid: string): WebTwain;
|
||||
IfInstallDWTModuleWithZIP: boolean;
|
||||
IfUpdateService: boolean;
|
||||
IfUseActiveXForIE10Plus: boolean;
|
||||
JSVersion: string;
|
||||
|
||||
Vendored
+1
@@ -4,6 +4,7 @@
|
||||
// Josh Hall <https://github.com/jbh>
|
||||
// Lincoln Hu <https://github.com/lincoln2018>
|
||||
// Tom Kent <https://github.com/Tom-Dynamsoft>
|
||||
// Dave Sueltenfuss <https://github.com/dsueltenfuss>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.4
|
||||
|
||||
|
||||
Reference in New Issue
Block a user