]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/src/app/shared/video-abuse/video-abuse.model.ts
Add email to users
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / video-abuse / video-abuse.model.ts
1 export interface VideoAbuse {
2 id: string;
3 reason: string;
4 reporterPodHost: string;
5 reporterUsername: string;
6 videoId: string;
7 createdAt: Date;
8 }