import { Element } from "antihtml"; export interface Page { title: string, ref: string, content: Element, }