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