Better typescript typing for a better world
[oweals/peertube.git] / shared / models / videos / video-blacklist.model.ts
1 export interface BlacklistedVideo {
2   id: number
3   videoId: string
4   createdAt: Date
5 }