PeerTube/shared/models/server/contact-form.model.ts
2019-01-10 11:32:37 +01:00

6 lines
87 B
TypeScript

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