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

5 lines
68 B
TypeScript

interface IConfigTask {
address: string;
config: IConfigLine;
}