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