import { PageData } from "./PageData"; export interface PlainPageData extends PageData { title: string; }