import { DaffCustomerAddressListFailure } from '@daffodil/customer/state'
A failed customer address list with the error message.
class DaffCustomerAddressListFailure implements Action {
readonly type: DaffCustomerAddressActionTypes.AddressListFailureAction = DaffCustomerAddressActionTypes.AddressListFailureAction
payload: DaffStateError
}