]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - shared/models/activitypub/objects/video-abuse-object.ts
Fix scroll menu on touch devices
[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 | string[]
5 }