]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - shared/models/videos/channel/video-channel-create.model.ts
Use height instead of width to represent the video resolution
[github/Chocobozzz/PeerTube.git] / shared / models / videos / channel / video-channel-create.model.ts
CommitLineData
72c7248b 1export interface VideoChannelCreate {
08c1efbe 2 displayName: string
72c7248b 3 description?: string
2422c46b 4 support?: string
72c7248b 5}