export interface MarkdownFileType> { frontmatter: T; file: string; url?: string; Content: any; getHeadings: () => { depth: number; slug: string; text: string; }[]; }