dependabot[bot]
2025-04-10 61770d3e50e6054fbdfa11c174bf45701f07b47b
index.d.ts
@@ -10,4 +10,5 @@
  themechange: CustomEvent<{ theme: "light" | "dark" }>
}
type ContentIndex = Record<FullSlug, ContentDetails>
declare const fetchData: Promise<ContentIndex>