Commands.d.ts 218 B

123456789
  1. export declare type Commands = {
  2. OutFile: string;
  3. VIProductVersion?: string;
  4. VIAddVersionKey: Array<string>;
  5. Unicode: boolean;
  6. Icon?: string;
  7. SetCompress?: "off";
  8. SetCompressor?: "zlib";
  9. };