import { MagentoCartCoupon } from '@daffodil/cart/driver/magento'
interface MagentoCartCoupon { __typename: "AppliedCoupon" code: string }