--- import type { RoadmapFileType } from '../lib/roadmap'; export interface Props { url: string; title: string; description: string; isNew: boolean; } const { url, title, description, isNew } = Astro.props; --- {title}