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