Home / Type/ SerializedRouteInfo Type — astro Architecture

SerializedRouteInfo Type — astro Architecture

Architecture documentation for the SerializedRouteInfo type/interface in types.ts from the astro codebase.

Entity Profile

Dependency Diagram

graph TD
  34dd029c_9b23_759c_60db_03fb552681a5["SerializedRouteInfo"]
  f898a077_c422_60c6_8128_2cd592ad264d["types.ts"]
  34dd029c_9b23_759c_60db_03fb552681a5 -->|defined in| f898a077_c422_60c6_8128_2cd592ad264d
  style 34dd029c_9b23_759c_60db_03fb552681a5 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

packages/astro/src/core/app/types.ts lines 42–44

export type SerializedRouteInfo = Omit<RouteInfo, 'routeData'> & {
	routeData: SerializedRouteData;
};

Frequently Asked Questions

What is the SerializedRouteInfo type?
SerializedRouteInfo is a type/interface in the astro codebase, defined in packages/astro/src/core/app/types.ts.
Where is SerializedRouteInfo defined?
SerializedRouteInfo is defined in packages/astro/src/core/app/types.ts at line 42.

Analyze Your Own Codebase

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

Try Supermodel Free