--- interface Props { clarityId: string; } const { clarityId } = Astro.props; ---