export type PageContent = { /** * The page content */ page_content: string; };