/* eslint-disable */
import * as Types from '@graphcommerce/graphql-mesh/.mesh';

export type CustomizableDateOptionFragment = { product_sku?: string | null, dateValue?: { price?: number | null, price_type?: Types.PriceTypeEnum | null, sku?: string | null, uid: string } | null };
