import { MagentoCheckTokenResponse } from '@daffodil/auth/driver/magento'
interface MagentoCheckTokenResponse { customer: { email?: string; } }