--- export interface Props { destinations: string[]; class?: string; } const { destinations, class: className = "text-sm" } = Astro.props; --- { destinations && Array.isArray(destinations) && (