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