--- export interface Props { isCorrect?: boolean; } const { isCorrect } = Astro.props as Props; ---