1 2 3 4 5 6
export interface ContactForm { fromEmail: string fromName: string subject: string body: string }