ParsedI18nUrl Type — astro Architecture
Architecture documentation for the ParsedI18nUrl type/interface in parse-i18n-url.ts from the astro codebase.
Entity Profile
Dependency Diagram
graph TD 6ce99dcd_ad48_2ed7_8c20_00312c2017a5["ParsedI18nUrl"] af27f2f4_fa87_589b_8394_7c0d29ab34c7["parse-i18n-url.ts"] 6ce99dcd_ad48_2ed7_8c20_00312c2017a5 -->|defined in| af27f2f4_fa87_589b_8394_7c0d29ab34c7 style 6ce99dcd_ad48_2ed7_8c20_00312c2017a5 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
packages/integrations/sitemap/src/utils/parse-i18n-url.ts lines 1–4
interface ParsedI18nUrl {
locale: string;
path: string;
}
Source
Frequently Asked Questions
What is the ParsedI18nUrl type?
ParsedI18nUrl is a type/interface in the astro codebase, defined in packages/integrations/sitemap/src/utils/parse-i18n-url.ts.
Where is ParsedI18nUrl defined?
ParsedI18nUrl is defined in packages/integrations/sitemap/src/utils/parse-i18n-url.ts at line 1.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free