import { MagentoCustomer } from '@daffodil/customer/driver/magento'
interface MagentoCustomer { email: string firstname: string lastname: string is_subscribed: boolean addresses: MagentoCustomerAddress[] }