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