PeerTube/shared/models/server/contact-form.model.ts

6 lines
87 B
TypeScript
Raw Normal View History

2019-01-09 15:14:29 +01:00
export interface ContactForm {
fromEmail: string
fromName: string
body: string
}