]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - shared/models/videos/video-abuse-create.model.ts
Add concept of video state, and add ability to wait transcoding before
[github/Chocobozzz/PeerTube.git] / shared / models / videos / video-abuse-create.model.ts
1 export interface VideoAbuseCreate {
2 reason: string
3 }