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

export type CustomizableOption_CustomizableAreaOption_Fragment = { uid: string, required?: boolean | null, sort_order?: number | null, title?: string | null };

export type CustomizableOption_CustomizableCheckboxOption_Fragment = { uid: string, required?: boolean | null, sort_order?: number | null, title?: string | null };

export type CustomizableOption_CustomizableDateOption_Fragment = { uid: string, required?: boolean | null, sort_order?: number | null, title?: string | null };

export type CustomizableOption_CustomizableDropDownOption_Fragment = { uid: string, required?: boolean | null, sort_order?: number | null, title?: string | null };

export type CustomizableOption_CustomizableFieldOption_Fragment = { uid: string, required?: boolean | null, sort_order?: number | null, title?: string | null };

export type CustomizableOption_CustomizableFileOption_Fragment = { uid: string, required?: boolean | null, sort_order?: number | null, title?: string | null };

export type CustomizableOption_CustomizableMultipleOption_Fragment = { uid: string, required?: boolean | null, sort_order?: number | null, title?: string | null };

export type CustomizableOption_CustomizableRadioOption_Fragment = { uid: string, required?: boolean | null, sort_order?: number | null, title?: string | null };

export type CustomizableOptionFragment = CustomizableOption_CustomizableAreaOption_Fragment | CustomizableOption_CustomizableCheckboxOption_Fragment | CustomizableOption_CustomizableDateOption_Fragment | CustomizableOption_CustomizableDropDownOption_Fragment | CustomizableOption_CustomizableFieldOption_Fragment | CustomizableOption_CustomizableFileOption_Fragment | CustomizableOption_CustomizableMultipleOption_Fragment | CustomizableOption_CustomizableRadioOption_Fragment;
