--- import { Image } from "astro:assets"; type Props = { collection: any; }; const { collection } = Astro.props; ---
  • {collection.data.image.alt}