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