]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - shared/models/video-blacklist.model.ts
6086250ac3ccfc906f810d15a56bee042402f1e0
[github/Chocobozzz/PeerTube.git] / shared / models / video-blacklist.model.ts
1 export interface BlacklistedVideo {
2 id: number
3 videoId: number
4 createdAt: Date
5 }