]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame_incremental - 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
... / ...
CommitLineData
1export interface VideoAbuseCreate {
2 reason: string
3}