This website requires JavaScript.
Explore
Help
Sign In
interesting
/
PeerTube
mirror of
https://github.com/Chocobozzz/PeerTube.git
Watch
1
Star
0
Fork
You've already forked PeerTube
0
Code
Issues
Projects
Releases
Wiki
Activity
7545a0941c
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 08:14:29 -06: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 01:49:35 -05:00
subject
:
string
Implement contact form on server side
2019-01-09 08:14:29 -06:00
body
:
string
}