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

export type CmsPageContentFragment = { content_heading?: string | null, content?: string | null };
