Skip to content

Commit

Permalink
fix env type
Browse files Browse the repository at this point in the history
  • Loading branch information
idleberg committed Mar 24, 2024
1 parent 728cc3f commit bdf486f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ declare namespace Makensis {

interface CompilerOptions {
define?: DefineOptions;
env?: Record<string, string>;
env?: boolean;
events?: boolean;
inputCharset?: string;
json?: boolean;
Expand Down

0 comments on commit bdf486f

Please sign in to comment.