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

export type UseOrderCardItemImagesFragment = { items: Array<{ items?: Array<{ product_url_key?: string | null } | { product_url_key?: string | null } | { product_url_key?: string | null } | null> | null } | null> };
