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