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

export type CustomizableRadioOptionFragment = { radioValue?: Array<{ option_type_id?: number | null, price?: number | null, price_type?: Types.PriceTypeEnum | null, sku?: string | null, sort_order?: number | null, title?: string | null, uid: string } | null> | null };
