]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - shared/models/videos/video-abuse.model.ts
Remove any typing from server
[github/Chocobozzz/PeerTube.git] / shared / models / videos / video-abuse.model.ts
CommitLineData
69818c93
C
1export interface VideoAbuse {
2 id: number
3 reporterPodHost: string
4 reason: string
5 reporterUsername: string
154898b0 6 videoId: string
69818c93
C
7 createdAt: Date
8}