import { MagentoCartShippingMethod } from '@daffodil/cart/driver/magento'
interface MagentoCartShippingMethod { carrier_code: string method_code: string carrier_title: string method_title: string amount: MagentoMoney }