--- interface Link { href: string; label: string; } const { links = [] } = Astro.props as { links?: Link[] }; ---