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