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