aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared/models/server
diff options
context:
space:
mode:
Diffstat (limited to 'shared/models/server')
-rw-r--r--shared/models/server/contact-form.model.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/shared/models/server/contact-form.model.ts b/shared/models/server/contact-form.model.ts
index 0696be8b4..c23e6d1ba 100644
--- a/shared/models/server/contact-form.model.ts
+++ b/shared/models/server/contact-form.model.ts
@@ -1,5 +1,6 @@
1export interface ContactForm { 1export interface ContactForm {
2 fromEmail: string 2 fromEmail: string
3 fromName: string 3 fromName: string
4 subject: string
4 body: string 5 body: string
5} 6}