]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - shared/models/videos/video-channel-create.model.ts
Implement support field in video and video channel
[github/Chocobozzz/PeerTube.git] / shared / models / videos / video-channel-create.model.ts
index f309c8f45c35feff4da700936455c136cd51bfa9..cd6bae96573a98e91d7ae6d7b63caba5454ccc77 100644 (file)
@@ -1,4 +1,5 @@
 export interface VideoChannelCreate {
   name: string
   description?: string
+  support?: string
 }