aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared/models/activitypub/objects/video-abuse-object.ts
blob: d9622b414895b6c70420b6284dc1fffa9c1971a1 (plain) (blame)
1
2
3
4
5
export interface VideoAbuseObject {
  type: 'Flag'
  content: string
  object: string | string[]
}