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