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