]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - shared/models/videos/video-channel-create.model.ts
Update iso639 translations for french and deutch
[github/Chocobozzz/PeerTube.git] / shared / models / videos / video-channel-create.model.ts
1 export interface VideoChannelCreate {
2 displayName: string
3 description?: string
4 support?: string
5 }