--- interface Props { /** Unique ID for the reference */ id: string; /** HTML caption for the reference */ caption: string; } const { id, caption } = Astro.props as Props; ---