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