LiveLoaderDataType Type — astro Architecture
Architecture documentation for the LiveLoaderDataType type/interface in types.d.ts from the astro codebase.
Entity Profile
Dependency Diagram
graph TD 85559298_32ed_7d43_3ed1_ceeaa1e182e5["LiveLoaderDataType"] 5db14089_40f6_6bd6_1752_05a1e8165e63["types.d.ts"] 85559298_32ed_7d43_3ed1_ceeaa1e182e5 -->|defined in| 5db14089_40f6_6bd6_1752_05a1e8165e63 style 85559298_32ed_7d43_3ed1_ceeaa1e182e5 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
packages/astro/templates/content/types.d.ts lines 137–140
type LiveLoaderDataType<C extends keyof LiveContentConfig['collections']> =
LiveContentConfig['collections'][C]['schema'] extends undefined
? ExtractDataType<LiveContentConfig['collections'][C]['loader']>
: import('astro/zod').infer<
Defined In
Source
Frequently Asked Questions
What is the LiveLoaderDataType type?
LiveLoaderDataType is a type/interface in the astro codebase, defined in packages/astro/templates/content/types.d.ts.
Where is LiveLoaderDataType defined?
LiveLoaderDataType is defined in packages/astro/templates/content/types.d.ts at line 137.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free