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