--- import type { Alert } from '../../lib/stress-index/data'; interface Props { alert: Alert } const { alert } = Astro.props; ---

{alert.text}

{alert.clientName} ยท {alert.when}