--- interface Props { id: string; videoSrc: string; } const { id, videoSrc } = Astro.props; ---