This website requires JavaScript.
Explore
Help
Sign In
forks
/
peertube
Watch
1
Star
0
Fork
You've already forked peertube
0
Code
Releases
Activity
40e87e9ecc
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 13:41:09 -04:00
export
interface
VideoChannelCreate
{
Add video channel management
2018-04-26 10:11:38 -04:00
displayName
:
string
Add video channels
2017-10-24 13:41:09 -04:00
description?
:
string
Implement support field in video and video channel
2018-02-15 08:46:26 -05:00
support?
:
string
Add video channels
2017-10-24 13:41:09 -04:00
}
Copy permalink