Home / Type/ ExportedMarkdownModuleEntities Type — astro Architecture

ExportedMarkdownModuleEntities Type — astro Architecture

Architecture documentation for the ExportedMarkdownModuleEntities type/interface in client.d.ts from the astro codebase.

Entity Profile

Dependency Diagram

graph TD
  b4bae772_df94_c877_b436_b621d0b29826["ExportedMarkdownModuleEntities"]
  4db49436_6875_120a_1b60_e7ec50668b56["client.d.ts"]
  b4bae772_df94_c877_b436_b621d0b29826 -->|defined in| 4db49436_6875_120a_1b60_e7ec50668b56
  style b4bae772_df94_c877_b436_b621d0b29826 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

packages/astro/client.d.ts lines 176–185

interface ExportedMarkdownModuleEntities {
	frontmatter: MD['frontmatter'];
	file: MD['file'];
	url: MD['url'];
	getHeadings: MD['getHeadings'];
	Content: MD['Content'];
	rawContent: MD['rawContent'];
	compiledContent: MD['compiledContent'];
	load: MD['default'];
}

Frequently Asked Questions

What is the ExportedMarkdownModuleEntities type?
ExportedMarkdownModuleEntities is a type/interface in the astro codebase, defined in packages/astro/client.d.ts.
Where is ExportedMarkdownModuleEntities defined?
ExportedMarkdownModuleEntities is defined in packages/astro/client.d.ts at line 176.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free