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
7de6afdf54
PeerTube
/
shared
/
models
/
videos
/
video-channel-create.model.ts
6 lines
97 B
TypeScript
Raw
Normal View
History
Unescape
Escape
Add video channels
2017-10-24 19:41:09 +02:00
export
interface
VideoChannelCreate
{
name
:
string
description?
:
string
Implement support field in video and video channel
2018-02-15 14:46:26 +01:00
support?
:
string
Add video channels
2017-10-24 19:41:09 +02:00
}