import { MagentoUpdateCustomerResponse } from '@daffodil/customer/driver/magento'
interface MagentoUpdateCustomerResponse { updateCustomerV2: { customer: MagentoCustomer; } }