import { DaffCustomerAddressList } from '@daffodil/customer/state'
Lists the addresses of the current customer.
class DaffCustomerAddressList implements Action {
readonly type: DaffCustomerAddressActionTypes.AddressListAction = DaffCustomerAddressActionTypes.AddressListAction
}