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