]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - shared/models/videos/video-blacklist.model.ts
Use global uuid instead of remoteId for videos
[github/Chocobozzz/PeerTube.git] / shared / models / videos / video-blacklist.model.ts
1 export interface BlacklistedVideo {
2 id: number
3 videoId: number
4 createdAt: Date
5 }