]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - shared/models/videos/video-channel-update.model.ts
Add username near the display name for account pages
[github/Chocobozzz/PeerTube.git] / shared / models / videos / video-channel-update.model.ts
CommitLineData
72c7248b
C
1export interface VideoChannelUpdate {
2 name: string
2422c46b
C
3 description?: string
4 support?: string
72c7248b 5}