export interface YouTubeData { autoPlay?: boolean; currentTime?: number; muted?: boolean; duration?: [number, number]; youTubeVideoId?: string; }