Add ability to override login signup message
[oweals/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 }