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