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