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