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

export type CmsPageMetaFragment = { meta_title?: string | null, meta_description?: string | null, url_key?: string | null, title?: string | null };
