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