]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - shared/models/videos/channel/video-channel-create.model.ts
Add nth abuse count for a given video, add reporter/reportee reports stats
[github/Chocobozzz/PeerTube.git] / shared / models / videos / channel / video-channel-create.model.ts
CommitLineData
72c7248b 1export interface VideoChannelCreate {
8a19bee1 2 name: string
08c1efbe 3 displayName: string
72c7248b 4 description?: string
2422c46b 5 support?: string
72c7248b 6}