10 lines
210 B
TypeScript
Raw Permalink Normal View History

2025-06-30 09:38:03 +08:00
export type Commands = {
OutFile: string;
VIProductVersion?: string;
VIAddVersionKey: Array<string>;
Unicode: boolean;
Icon?: string;
SetCompress?: "off";
SetCompressor?: "zlib";
};