]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - shared/models/videos/video-blacklist.model.ts
Fix upgrade peertube script (bad semver comparison)
[github/Chocobozzz/PeerTube.git] / shared / models / videos / video-blacklist.model.ts
1 export interface BlacklistedVideo {
2 id: number
3 videoId: string
4 createdAt: Date
5 }