Files
crunchy/src/interface/IConfigLine.d.ts
Roel van Uden 18375d3d22 Update to TS1.5
2015-05-23 19:07:14 +02:00

4 lines
60 B
TypeScript

interface IConfigLine extends IConfig {
args: string[];
}