1
0
Fork 0
peertube/shared/models/server/contact-form.model.ts

7 lines
105 B
TypeScript

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