]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - shared/models/videos/video-channel-update.model.ts
Add avatar in comments
[github/Chocobozzz/PeerTube.git] / shared / models / videos / video-channel-update.model.ts
CommitLineData
72c7248b
C
1export interface VideoChannelUpdate {
2 name: string
3 description: string
4}