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