Home / Type/ GetI18nLinks Type — astro Architecture

GetI18nLinks Type — astro Architecture

Architecture documentation for the GetI18nLinks type/interface in generate-sitemap.ts from the astro codebase.

Entity Profile

Dependency Diagram

graph TD
  398e0ffa_2a06_f671_1ee6_12f570d4c85c["GetI18nLinks"]
  4d468d9c_03e7_8c51_0595_3a29c64d320e["generate-sitemap.ts"]
  398e0ffa_2a06_f671_1ee6_12f570d4c85c -->|defined in| 4d468d9c_03e7_8c51_0595_3a29c64d320e
  style 398e0ffa_2a06_f671_1ee6_12f570d4c85c fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

packages/integrations/sitemap/src/generate-sitemap.ts lines 32–32

type GetI18nLinks = (urlIndex: number) => SitemapItem['links'] | undefined;

Frequently Asked Questions

What is the GetI18nLinks type?
GetI18nLinks is a type/interface in the astro codebase, defined in packages/integrations/sitemap/src/generate-sitemap.ts.
Where is GetI18nLinks defined?
GetI18nLinks is defined in packages/integrations/sitemap/src/generate-sitemap.ts at line 32.

Analyze Your Own Codebase

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

Try Supermodel Free