]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - shared/models/video-blacklist.model.ts
Update readme/doc with new client port for dev
[github/Chocobozzz/PeerTube.git] / shared / models / video-blacklist.model.ts
CommitLineData
69818c93
C
1export interface BlacklistedVideo {
2 id: number
3 videoId: number
4 createdAt: Date
5}