DataEntryModule Type — astro Architecture
Architecture documentation for the DataEntryModule type/interface in content.ts from the astro codebase.
Entity Profile
Dependency Diagram
graph TD 485a5eec_4c6b_398f_d836_446ecd366418["DataEntryModule"] 7547ecbb_58ef_bc2d_b119_f58ad78d86f6["content.ts"] 485a5eec_4c6b_398f_d836_446ecd366418 -->|defined in| 7547ecbb_58ef_bc2d_b119_f58ad78d86f6 style 485a5eec_4c6b_398f_d836_446ecd366418 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
packages/astro/src/types/public/content.ts lines 94–102
export type DataEntryModule = {
id: string;
collection: string;
data: Record<string, unknown>;
_internal: {
rawData: string;
filePath: string;
};
};
Defined In
Source
Frequently Asked Questions
What is the DataEntryModule type?
DataEntryModule is a type/interface in the astro codebase, defined in packages/astro/src/types/public/content.ts.
Where is DataEntryModule defined?
DataEntryModule is defined in packages/astro/src/types/public/content.ts at line 94.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free