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