--- import WikiPageEntry from "../types/WikiPageEntry"; const { entry } = Astro.props as { entry: WikiPageEntry }; ---