]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - shared/models/activitypub/objects/video-abuse-object.ts
Correctly fix octet stream fallback for video ext
[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 }