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