import { DaffCustomerUpdateFailure } from '@daffodil/customer/state'
A failed customer update with the error message.
class DaffCustomerUpdateFailure implements Action {
readonly type: DaffCustomerActionTypes.CustomerUpdateFailureAction = DaffCustomerActionTypes.CustomerUpdateFailureAction
payload: DaffStateError
}