]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame_incremental - shared/models/video-blacklist.model.ts
Fix test (#71)
[github/Chocobozzz/PeerTube.git] / shared / models / video-blacklist.model.ts
... / ...
CommitLineData
1export interface BlacklistedVideo {
2 id: number
3 videoId: string
4 createdAt: Date
5}