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

export type ProductImageFragment = { url?: string | null, label?: string | null };
