This website requires JavaScript.
Explore
Help
Sign In
OpenCloud
/
PeerTube
mirror of
https://github.com/Chocobozzz/PeerTube
Watch
1
Star
0
Fork
You've already forked PeerTube
0
Code
Issues
Releases
Wiki
Activity
c9d6d155c3
PeerTube
/
shared
/
models
/
videos
/
video-blacklist.model.ts
6 lines
87 B
TypeScript
Raw
Normal View
History
Unescape
Escape
Type functions
2017-06-10 22:15:25 +02:00
export
interface
BlacklistedVideo
{
id
:
number
Use global uuid instead of remoteId for videos
2017-07-11 16:01:56 +02:00
videoId
:
number
Type functions
2017-06-10 22:15:25 +02:00
createdAt
:
Date
}