Home / Type/ DataEntryResult Type — astro Architecture

DataEntryResult Type — astro Architecture

Architecture documentation for the DataEntryResult type/interface in runtime.ts from the astro codebase.

Entity Profile

Dependency Diagram

graph TD
  74b95d5a_e179_c2e0_c63d_74239ba70d51["DataEntryResult"]
  73d13646_8e80_972f_3adc_f28448b64e4d["runtime.ts"]
  74b95d5a_e179_c2e0_c63d_74239ba70d51 -->|defined in| 73d13646_8e80_972f_3adc_f28448b64e4d
  style 74b95d5a_e179_c2e0_c63d_74239ba70d51 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

packages/astro/src/content/runtime.ts lines 151–155

type DataEntryResult = {
	id: string;
	collection: string;
	data: Record<string, any>;
};

Frequently Asked Questions

What is the DataEntryResult type?
DataEntryResult is a type/interface in the astro codebase, defined in packages/astro/src/content/runtime.ts.
Where is DataEntryResult defined?
DataEntryResult is defined in packages/astro/src/content/runtime.ts at line 151.

Analyze Your Own Codebase

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

Try Supermodel Free