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