aboutsummaryrefslogblamecommitdiffhomepage
path: root/shared/models/activitypub/objects/video-abuse-object.ts
blob: 40e7abd576a6a7248585ca49d4694f0c685594a1 (plain) (tree)
1
2
3
4
5




                                   
export interface VideoAbuseObject {
  type: 'Flag',
  content: string
  object: string
}