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

export type InjectableFragment = { store_code?: string | null, base_url?: string | null };
