]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - shared/models/activitypub/objects/video-abuse-object.ts
Send server announce when users upload a video
[github/Chocobozzz/PeerTube.git] / shared / models / activitypub / objects / video-abuse-object.ts
1 export interface VideoAbuseObject {
2 type: 'Flag',
3 content: string
4 object: string
5 }