]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - shared/models/server/contact-form.model.ts
Remove comments, rates and views from stats
[github/Chocobozzz/PeerTube.git] / shared / models / server / contact-form.model.ts
1 export interface ContactForm {
2 fromEmail: string
3 fromName: string
4 subject: string
5 body: string
6 }