diff --git a/types/index.d.ts b/types/index.d.ts index cf45e26..acf653d 100644 --- a/types/index.d.ts +++ b/types/index.d.ts @@ -12,7 +12,7 @@ declare namespace Makensis { interface CompilerOptions { define?: DefineOptions; - env?: Record; + env?: boolean; events?: boolean; inputCharset?: string; json?: boolean;