DataEntryType Type — astro Architecture
Architecture documentation for the DataEntryType type/interface in content.ts from the astro codebase.
Entity Profile
Dependency Diagram
graph TD b1441cba_54ba_1da3_cc9b_e95e05c3c69d["DataEntryType"] 7547ecbb_58ef_bc2d_b119_f58ad78d86f6["content.ts"] b1441cba_54ba_1da3_cc9b_e95e05c3c69d -->|defined in| 7547ecbb_58ef_bc2d_b119_f58ad78d86f6 style b1441cba_54ba_1da3_cc9b_e95e05c3c69d fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
packages/astro/src/types/public/content.ts lines 148–154
export interface DataEntryType {
extensions: string[];
getEntryInfo(params: {
fileUrl: URL;
contents: string;
}): GetDataEntryInfoReturnType | Promise<GetDataEntryInfoReturnType>;
}
Defined In
Source
Frequently Asked Questions
What is the DataEntryType type?
DataEntryType is a type/interface in the astro codebase, defined in packages/astro/src/types/public/content.ts.
Where is DataEntryType defined?
DataEntryType is defined in packages/astro/src/types/public/content.ts at line 148.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free