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