GitHub

MagentoCmsPage

interface

import { MagentoCmsPage } from '@daffodil/content/driver/magento'

interface MagentoCmsPage {
  __typename: "CmsPage"
  type: "CMS_PAGE"
  content: string
  content_heading: string
  identifier: string
  meta_description: string
  meta_keywords: string
  meta_title: string
  page_layout: string
  redirect_code: number
  relative_url: string
  title: string
  url_key: string
}