SerializedPathWithRoute Type — astro Architecture
Architecture documentation for the SerializedPathWithRoute type/interface in prerender-types.ts from the astro codebase.
Entity Profile
Dependency Diagram
graph TD a75bb285_1d7e_087d_0148_25ab7d3314e6["SerializedPathWithRoute"] cb629f97_1092_921f_6760_fac2bbf6fc2e["prerender-types.ts"] a75bb285_1d7e_087d_0148_25ab7d3314e6 -->|defined in| cb629f97_1092_921f_6760_fac2bbf6fc2e style a75bb285_1d7e_087d_0148_25ab7d3314e6 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
packages/integrations/cloudflare/src/prerender-types.ts lines 6–9
interface SerializedPathWithRoute {
pathname: string;
route: SerializedRouteData;
}
Source
Frequently Asked Questions
What is the SerializedPathWithRoute type?
SerializedPathWithRoute is a type/interface in the astro codebase, defined in packages/integrations/cloudflare/src/prerender-types.ts.
Where is SerializedPathWithRoute defined?
SerializedPathWithRoute is defined in packages/integrations/cloudflare/src/prerender-types.ts at line 6.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free