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

6 lines
87 B
TypeScript

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