Type Alias ParsedMarkdownFile

ParsedMarkdownFile: {
    path: string;
    sections: Section[];
}

ملف الماركداون المحلل مع أقسام منظمة

Type declaration

  • path: string
    • مسار الملف
  • sections: Section[]
    • الأقسام المحللة