Update to TS1.5

This commit is contained in:
Roel van Uden
2015-05-23 19:07:14 +02:00
parent 5fdee94b38
commit 18375d3d22
29 changed files with 194 additions and 207 deletions

7
src/interface/IEpisodePage.d.ts vendored Normal file
View File

@@ -0,0 +1,7 @@
interface IEpisodePage {
id: number;
episode: number;
series: string;
volume: number;
swf: string;
}