]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - shared/models/videos/video-channel-update.model.ts
73a0a670941faf23b49d5096eb499107a0ab79d9
[github/Chocobozzz/PeerTube.git] / shared / models / videos / video-channel-update.model.ts
1 export interface VideoChannelUpdate {
2 name: string
3 description?: string
4 support?: string
5 }