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