MagentoGetCustomerAddressesResponse
import { MagentoGetCustomerAddressesResponse } from '@daffodil/customer/driver/magento'
interface MagentoGetCustomerAddressesResponse {
customer: Pick<MagentoCustomer, 'addresses'>
}
Properties
Name | Type | Description |
---|---|---|
customer | Pick<MagentoCustomer, 'addresses'> |