1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-04 18:29:27 +02:00
Peertube/shared/models/server/contact-form.model.ts
2019-01-10 11:32:37 +01:00

5 lines
87 B
TypeScript

export interface ContactForm {
fromEmail: string
fromName: string
body: string
}