This website requires JavaScript.
Explore
Help
Sign In
OpenCloud
/
PeerTube
mirror of
https://github.com/Chocobozzz/PeerTube
Watch
1
Star
0
Fork
You've already forked PeerTube
0
Code
Issues
Releases
Wiki
Activity
edbc932546
PeerTube
/
shared
/
models
/
server
/
contact-form.model.ts
7 lines
105 B
TypeScript
Raw
Normal View
History
Unescape
Escape
Implement contact form on server side
2019-01-09 15:14:29 +01:00
export
interface
ContactForm
{
fromEmail
:
string
fromName
:
string
Feature/subject in contact form (#1926) * #1915 Add a subject to contact form and add it to email sent * #1915 Add subject to contact form tests * #1915 Contact form test corrected && tslint correction
2019-06-21 08:49:35 +02:00
subject
:
string
Implement contact form on server side
2019-01-09 15:14:29 +01:00
body
:
string
}