Perseus
    Preparing search index...

    Type Alias VideoData

    type VideoData = {
        __typename: "Video";
        contentId: string | null | undefined;
        id: string;
        title: string | null | undefined;
        youtubeId: string | null | undefined;
    }
    Index

    Properties

    __typename: "Video"
    contentId: string | null | undefined
    id: string
    title: string | null | undefined
    youtubeId: string | null | undefined

    Unique identifier on YouTube. If this is a dubbed video, this is always the original English version on YouTube. If the localized version is needed, use translatedYoutubeId. Example: KL6sMOn7ULo