IConfigLine.d.ts 60 B

123
  1. interface IConfigLine extends IConfig {
  2. args: string[];
  3. }