import { MagentoChangePasswordResponse } from '@daffodil/customer/driver/magento'
interface MagentoChangePasswordResponse { changeCustomerPassword: { email: string; } }