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
3ea9a1c311
PeerTube
/
shared
/
models
/
videos
/
video-channel-create.model.ts
6 lines
104 B
TypeScript
Raw
Normal View
History
Unescape
Escape
Add video channels
2017-10-24 12:41:09 -05:00
export
interface
VideoChannelCreate
{
Add video channel management
2018-04-26 09:11:38 -05:00
displayName
:
string
Add video channels
2017-10-24 12:41:09 -05:00
description?
:
string
Implement support field in video and video channel
2018-02-15 07:46:26 -06:00
support?
:
string
Add video channels
2017-10-24 12:41:09 -05:00
}