import { CartDiscountAllocation } from '@daffodil/driver/shopify'
The discounts that have been applied to the cart line.
type CartDiscountAllocation = { discountedAmount: MoneyV2; }