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