--- interface Props { name: string; } const { name } = Astro.props; --- {name}