import { Account } from '../actors'
export interface VideoAbuse {
id: number
reason: string
reporterAccount: Account
video: {
name: string
uuid: string
url: string
}
createdAt: Date