--- type Props = { content?: string | number; }; const { content } = Astro.props; --- {content}