import { MagentoCartUpdateAddressQueryVariables } from '@daffodil/cart/driver/magento'
interface MagentoCartUpdateAddressQueryVariables { cartId: string address: MagentoCartAddressInput addressId: number }