]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - shared/models/server/contact-form.model.ts
Translated using Weblate (Chinese (Traditional))
[github/Chocobozzz/PeerTube.git] / shared / models / server / contact-form.model.ts
index 0696be8b4f58365b15d850288680f1e3fd7e2023..c23e6d1bac3188fbbc45ab2ab3e469e62dbd7438 100644 (file)
@@ -1,5 +1,6 @@
 export interface ContactForm {
   fromEmail: string
   fromName: string
+  subject: string
   body: string
 }