import { DaffContactState } from '@daffodil/contact/state'
interface DaffContactState { success: boolean loading: boolean errors: DaffStateError[] }