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
df98563e21
PeerTube
/
shared
/
models
/
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
Add this context to instance model functions
2017-06-16 02:54:59 -05:00
videoId
:
string
Type functions
2017-06-10 15:15:25 -05:00
createdAt
:
Date
}