GitHub

MagentoGetCustomerAddressesResponse

import { MagentoGetCustomerAddressesResponse } from '@daffodil/customer/driver/magento'

interface MagentoGetCustomerAddressesResponse {
  customer: Pick<MagentoCustomer, "addresses">
}