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