import { DaffContactResponse } from '@daffodil/contact/driver'
The response object to a successful contact form submission.
interface DaffContactResponse { message: string }
string
The message provided by a successful form submission.