ReferenceDataEntry Type — astro Architecture
Architecture documentation for the ReferenceDataEntry type/interface in types.d.ts from the astro codebase.
Entity Profile
Dependency Diagram
graph TD 6bfd3871_1a9e_f0bf_e791_3619f683a146["ReferenceDataEntry"] 5db14089_40f6_6bd6_1752_05a1e8165e63["types.d.ts"] 6bfd3871_1a9e_f0bf_e791_3619f683a146 -->|defined in| 5db14089_40f6_6bd6_1752_05a1e8165e63 style 6bfd3871_1a9e_f0bf_e791_3619f683a146 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
packages/astro/templates/content/types.d.ts lines 26–32
export type ReferenceDataEntry<
C extends CollectionKey,
E extends keyof DataEntryMap[C] = string,
> = {
collection: C;
id: E;
};
Defined In
Source
Frequently Asked Questions
What is the ReferenceDataEntry type?
ReferenceDataEntry is a type/interface in the astro codebase, defined in packages/astro/templates/content/types.d.ts.
Where is ReferenceDataEntry defined?
ReferenceDataEntry is defined in packages/astro/templates/content/types.d.ts at line 26.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free