--- import { YouTube } from '@astro-community/astro-embed-youtube' export interface Props { id: string thumbnail: string } const { id, thumbnail } = Astro.props ---