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

export type ImageSwatchDataFragment = { value?: string | null, thumbnail?: string | null };
