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