import { CartDiscountCode } from '@daffodil/driver/shopify'
The discount codes applied to the cart.
type CartDiscountCode = { __typename?: 'CartDiscountCode'; applicable: Scalars['Boolean']['output']; code: Scalars['String']['output']; }