]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/angular/videos/models/video.ts
Angular application :first draft
[github/Chocobozzz/PeerTube.git] / client / angular / videos / models / video.ts
1 export interface Video {
2 _id: string;
3 name: string;
4 description: string;
5 magnetUri: string;
6 }