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