--- interface Props { when: T | number | boolean | undefined | null; } const { when } = Astro.props; --- {!!when ? : }