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