Home / Type/ DataEntry Type — astro Architecture

DataEntry Type — astro Architecture

Architecture documentation for the DataEntry type/interface in config.ts from the astro codebase.

Entity Profile

Dependency Diagram

graph TD
  4bb6f750_1fa7_0b8f_1308_1292e05f023c["DataEntry"]
  be7d1eab_916b_90f9_3072_d169ed547abf["config.ts"]
  4bb6f750_1fa7_0b8f_1308_1292e05f023c -->|defined in| be7d1eab_916b_90f9_3072_d169ed547abf
  style 4bb6f750_1fa7_0b8f_1308_1292e05f023c fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

packages/astro/src/content/config.ts lines 46–51

export interface DataEntry {
	id: string;
	data: Record<string, unknown>;
	filePath?: string;
	body?: string;
}

Frequently Asked Questions

What is the DataEntry type?
DataEntry is a type/interface in the astro codebase, defined in packages/astro/src/content/config.ts.
Where is DataEntry defined?
DataEntry is defined in packages/astro/src/content/config.ts at line 46.

Analyze Your Own Codebase

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

Try Supermodel Free