mirror of https://github.com/Chocobozzz/PeerTube
6 lines
87 B
TypeScript
6 lines
87 B
TypeScript
|
export interface BlacklistedVideo {
|
||
|
id: number
|
||
|
videoId: string
|
||
|
createdAt: Date
|
||
|
}
|