]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/angular/videos/models/video.ts
e52c6d8861fb4ad5971358b2e7447e7a552346bf
[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 podUrl: string;
7 isLocal: boolean;
8 }