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