]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - 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
CommitLineData
72c7248b 1export interface VideoChannelCreate {
08c1efbe 2 displayName: string
72c7248b 3 description?: string
2422c46b 4 support?: string
72c7248b 5}