import { RouteLocationRaw } from 'vue-router'; export interface AmeliproCarouselListItem { href?: string imgAlt?: string imgSrc?: string to?: RouteLocationRaw }