Jacky Zhao
2025-03-13 c005fe440895c3533e6a263d8ad4c63df5a1ad2b
index.d.ts
@@ -10,4 +10,5 @@
  themechange: CustomEvent<{ theme: "light" | "dark" }>
}
type ContentIndex = Record<FullSlug, ContentDetails>
declare const fetchData: Promise<ContentIndex>