GitHub

DaffContactResponse

import { DaffContactResponse } from '@daffodil/contact/driver'

The response object to a successful contact form submission.

interface DaffContactResponse {
  message: string
}

Properties

message
string

The message provided by a successful form submission.