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

export type ProductListItemBundleFragment = { __typename: 'BundleProduct', uid: string };
