Home / Type/ CollectionConfigInstance Type — astro Architecture

CollectionConfigInstance Type — astro Architecture

Architecture documentation for the CollectionConfigInstance type/interface in frontmatterHolders.ts from the astro codebase.

Entity Profile

Dependency Diagram

graph TD
  76e2a88a_3d5a_3844_9129_cb818bb65017["CollectionConfigInstance"]
  f60cb650_8357_a1b3_0ec1_4fa2349de8ca["frontmatterHolders.ts"]
  76e2a88a_3d5a_3844_9129_cb818bb65017 -->|defined in| f60cb650_8357_a1b3_0ec1_4fa2349de8ca
  style 76e2a88a_3d5a_3844_9129_cb818bb65017 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

packages/language-tools/language-server/src/core/frontmatterHolders.ts lines 25–31

export type CollectionConfigInstance = {
	collections: {
		hasSchema: boolean;
		name: string;
	}[];
	entries: Record<string, string>;
};

Frequently Asked Questions

What is the CollectionConfigInstance type?
CollectionConfigInstance is a type/interface in the astro codebase, defined in packages/language-tools/language-server/src/core/frontmatterHolders.ts.
Where is CollectionConfigInstance defined?
CollectionConfigInstance is defined in packages/language-tools/language-server/src/core/frontmatterHolders.ts at line 25.

Analyze Your Own Codebase

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

Try Supermodel Free