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