next.js/examples/cms-sitecore-xmcloud/src/lib/page-props.ts
page-props.ts19 lines371 B
import {
  DictionaryPhrases,
  ComponentPropsCollection,
  LayoutServiceData,
  SiteInfo,
} from "@sitecore-jss/sitecore-jss-nextjs";

/**
 * Sitecore page props
 */
export type SitecorePageProps = {
  site: SiteInfo;
  locale: string;
  dictionary: DictionaryPhrases;
  componentProps: ComponentPropsCollection;
  notFound: boolean;
  layoutData: LayoutServiceData;
};
Quest for Codev2.0.0
/
SIGN IN