Home / Type/ RawContentEvent Type — astro Architecture

RawContentEvent Type — astro Architecture

Architecture documentation for the RawContentEvent type/interface in types-generator.ts from the astro codebase.

Entity Profile

Dependency Diagram

graph TD
  1c5218dd_a4ee_f58b_f86b_5c5e73574d3d["RawContentEvent"]
  eca81928_a18b_c02e_8e5a_0440befa1a98["types-generator.ts"]
  1c5218dd_a4ee_f58b_f86b_5c5e73574d3d -->|defined in| eca81928_a18b_c02e_8e5a_0440befa1a98
  style 1c5218dd_a4ee_f58b_f86b_5c5e73574d3d fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

packages/astro/src/content/types-generator.ts lines 45–45

type RawContentEvent = { name: ChokidarEvent; entry: string };

Frequently Asked Questions

What is the RawContentEvent type?
RawContentEvent is a type/interface in the astro codebase, defined in packages/astro/src/content/types-generator.ts.
Where is RawContentEvent defined?
RawContentEvent is defined in packages/astro/src/content/types-generator.ts at line 45.

Analyze Your Own Codebase

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

Try Supermodel Free