--- interface Props { src: string author: string url: string } const { src, author, url } = Astro.props --- Author: {author}