import { CartLineEstimatedCost } from '@daffodil/driver/shopify'
The estimated cost of the merchandise line that the buyer will pay at checkout.
type CartLineEstimatedCost = {
__typename?: 'CartLineEstimatedCost';
amount: MoneyV2;
compareAtAmount?: Maybe<MoneyV2>;
subtotalAmount: MoneyV2;
totalAmount: MoneyV2;
}