export interface IPageToc { label: string; href: `#${string}`; child?: boolean; }