]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame_incremental - 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
... / ...
CommitLineData
1export interface BlacklistedVideo {
2 id: number
3 videoId: number
4 createdAt: Date
5}