import { DaffCustomerChangeEmailFailure } from '@daffodil/customer/state'
A failed customer email change with the error message.
class DaffCustomerChangeEmailFailure implements Action {
readonly type: DaffCustomerActionTypes.CustomerChangeEmailFailureAction = DaffCustomerActionTypes.CustomerChangeEmailFailureAction
payload: DaffStateError
}