DaffContactActions
import { DaffContactActions } from '@daffodil/contact/state'
type DaffContactActions<T> = DaffContactSubmit<T> | DaffContactRetry<T> | DaffContactFailedSubmit | DaffContactCancel | DaffContactSuccessSubmit | DaffContactReset
Type | Options |
---|---|
DaffContactActions | DaffContactSubmit |