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