--- import type { Link } from "@/types"; interface Props { links: Link[]; } const { links } = Astro.props; ---