--- interface Props { src: string; } const { src } = Astro.props; const id = `video-${Math.random().toString(36).slice(2, 9)}`; ---