]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/angular/videos/models/video.ts
Change api output for videos
[github/Chocobozzz/PeerTube.git] / client / angular / videos / models / video.ts
CommitLineData
dc8bc31b 1export interface Video {
2df82d42 2 id: string;
dc8bc31b
C
3 name: string;
4 description: string;
5 magnetUri: string;
2df82d42
C
6 podUrl: string;
7 isLocal: boolean;
dc8bc31b 8}