import { ProductPriceRange } from '@daffodil/driver/shopify'
The price range of the product.
type ProductPriceRange = { __typename?: 'ProductPriceRange'; maxVariantPrice: MoneyV2; minVariantPrice: MoneyV2; }