Home / Type/ SitemapItem Type — astro Architecture

SitemapItem Type — astro Architecture

Architecture documentation for the SitemapItem type/interface in index.ts from the astro codebase.

Entity Profile

Dependency Diagram

graph TD
  874d5658_4b40_afab_3fe9_befd69f75f73["SitemapItem"]
  79573a16_7c46_af8f_5c1d_ea09d9ca9085["index.ts"]
  874d5658_4b40_afab_3fe9_befd69f75f73 -->|defined in| 79573a16_7c46_af8f_5c1d_ea09d9ca9085
  style 874d5658_4b40_afab_3fe9_befd69f75f73 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

packages/integrations/sitemap/src/index.ts lines 15–18

export type SitemapItem = Pick<
	SitemapItemLoose,
	'url' | 'lastmod' | 'changefreq' | 'priority' | 'links'
>;

Frequently Asked Questions

What is the SitemapItem type?
SitemapItem is a type/interface in the astro codebase, defined in packages/integrations/sitemap/src/index.ts.
Where is SitemapItem defined?
SitemapItem is defined in packages/integrations/sitemap/src/index.ts at line 15.

Analyze Your Own Codebase

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

Try Supermodel Free