export interface SitemapItem { changefreq?: string; id: number; lastmod?: string; loc: string | Array; priority?: number; }