export type PageContentProps = { id: number; url_path: string; content: string; } | null;