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

export type CompareSummaryFragment = { uid: string, item_count: number, items?: Array<{ uid: string } | null> | null };
