]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - shared/models/server/contact-form.model.ts
Merge branch 'release/4.3.0' into develop
[github/Chocobozzz/PeerTube.git] / shared / models / server / contact-form.model.ts
CommitLineData
a4101923
C
1export interface ContactForm {
2 fromEmail: string
3 fromName: string
4e9fa5b7 4 subject: string
a4101923
C
5 body: string
6}