--- import {Image} from 'astro:assets'; import type {carouselGroup} from "@interfaces/image-carousel.ts"; const groupToShow: carouselGroup = Astro.props.carouselGroup; ---