Home / Type/ GetContentEntryInfoReturnType Type — astro Architecture

GetContentEntryInfoReturnType Type — astro Architecture

Architecture documentation for the GetContentEntryInfoReturnType type/interface in content.ts from the astro codebase.

Entity Profile

Dependency Diagram

graph TD
  27cd2da7_32c3_f67e_7426_25a77039bc5a["GetContentEntryInfoReturnType"]
  7547ecbb_58ef_bc2d_b119_f58ad78d86f6["content.ts"]
  27cd2da7_32c3_f67e_7426_25a77039bc5a -->|defined in| 7547ecbb_58ef_bc2d_b119_f58ad78d86f6
  style 27cd2da7_32c3_f67e_7426_25a77039bc5a fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

packages/astro/src/types/public/content.ts lines 136–146

type GetContentEntryInfoReturnType = {
	data: Record<string, unknown>;
	/**
	 * Used for error hints to point to correct line and location
	 * Should be the untouched data as read from the file,
	 * including newlines
	 */
	rawData: string;
	body: string;
	slug: string;
};

Frequently Asked Questions

What is the GetContentEntryInfoReturnType type?
GetContentEntryInfoReturnType is a type/interface in the astro codebase, defined in packages/astro/src/types/public/content.ts.
Where is GetContentEntryInfoReturnType defined?
GetContentEntryInfoReturnType is defined in packages/astro/src/types/public/content.ts at line 136.

Analyze Your Own Codebase

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

Try Supermodel Free