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