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