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