Files
agent/packages/uhk-common/src/models/command-line-args.ts
2018-01-14 19:32:41 +01:00

4 lines
58 B
TypeScript

export interface CommandLineArgs {
addons: boolean;
}