Guest User

Untitled

a guest
Jan 6th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. export class Episode {
  2.  
  3. constructor(
  4. public name?: string,
  5. public airdate?: string,
  6. public thumb?: string,
  7. public summary?: string) { }
  8. }
Add Comment
Please, Sign In to add comment