export interface VideoAbuseObject {
  type: 'Flag'
  content: string
  object: string | string[]
}