YoutubeVideoDetails
import type { YoutubeVideoDetails } from "https://googleapis.deno.dev/v1/displayvideo:v4.ts";
Details of a YouTube video.
interface YoutubeVideoDetails {
id?: string;
unavailableReason?: "VIDEO_UNAVAILABLE_REASON_UNSPECIFIED" | "VIDEO_UNAVAILABLE_REASON_PRIVATE" | "VIDEO_UNAVAILABLE_REASON_DELETED";
}