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

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