]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/angular/videos/models/video.ts
Use const/let now we use node 4.2
[github/Chocobozzz/PeerTube.git] / client / angular / videos / models / video.ts
CommitLineData
dc8bc31b
C
1export interface Video {
2 _id: string;
3 name: string;
4 description: string;
5 magnetUri: string;
6}