GetLocalesAbsoluteUrlList Type — astro Architecture
Architecture documentation for the GetLocalesAbsoluteUrlList type/interface in index.ts from the astro codebase.
Entity Profile
Dependency Diagram
graph TD b3ef9410_d3f8_f70f_2750_e2117151104b["GetLocalesAbsoluteUrlList"] 8585eccb_1f08_df1e_3383_f4002ac7762a["index.ts"] b3ef9410_d3f8_f70f_2750_e2117151104b -->|defined in| 8585eccb_1f08_df1e_3383_f4002ac7762a style b3ef9410_d3f8_f70f_2750_e2117151104b fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
packages/astro/src/i18n/index.ts lines 166–169
interface GetLocalesAbsoluteUrlList extends GetLocalesRelativeUrlList {
site: AstroConfig['site'];
isBuild: boolean;
}
Defined In
Source
Frequently Asked Questions
What is the GetLocalesAbsoluteUrlList type?
GetLocalesAbsoluteUrlList is a type/interface in the astro codebase, defined in packages/astro/src/i18n/index.ts.
Where is GetLocalesAbsoluteUrlList defined?
GetLocalesAbsoluteUrlList is defined in packages/astro/src/i18n/index.ts at line 166.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free