]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/angular/videos/models/video.ts
2f998c49a40bcf4737f059c09f58d5681b12bf1f
[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 }