import { NcrEntry, NcrPage } from "../../models/contentful.models"; export type TypeBlankPage = NcrPage<{ title: string; slug: string; items: NcrEntry[]; jsonLd: string; customClass?: string; }>;