]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame_incremental - 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
1export interface VideoChannelUpdate {
2 name: string
3 description: string
4}