export interface VideoAbuse {
id: number
reporterServerHost: string
reason: string
reporterUsername: string
videoId: number
createdAt: Date
}