Home / Type/ LiveCollectionConfigMap Type — astro Architecture

LiveCollectionConfigMap Type — astro Architecture

Architecture documentation for the LiveCollectionConfigMap type/interface in runtime.ts from the astro codebase.

Entity Profile

Dependency Diagram

graph TD
  341d1819_c5a0_71d7_53ae_806fb68b403c["LiveCollectionConfigMap"]
  73d13646_8e80_972f_3adc_f28448b64e4d["runtime.ts"]
  341d1819_c5a0_71d7_53ae_806fb68b403c -->|defined in| 73d13646_8e80_972f_3adc_f28448b64e4d
  style 341d1819_c5a0_71d7_53ae_806fb68b403c fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

packages/astro/src/content/runtime.ts lines 44–47

type LiveCollectionConfigMap = Record<
	string,
	{ loader: LiveLoader; type: typeof LIVE_CONTENT_TYPE; schema?: zCore.$ZodType }
>;

Frequently Asked Questions

What is the LiveCollectionConfigMap type?
LiveCollectionConfigMap is a type/interface in the astro codebase, defined in packages/astro/src/content/runtime.ts.
Where is LiveCollectionConfigMap defined?
LiveCollectionConfigMap is defined in packages/astro/src/content/runtime.ts at line 44.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free