videosphere
    Preparing search index...

    Resolved metadata returned by the import resolve route.

    interface YouTubeImportResolvedMetadata {
        youtubeVideoId: string;
        title: string;
        durationSeconds: number;
        thumbnailUrl: string;
    }
    Index

    Properties

    youtubeVideoId: string
    title: string
    durationSeconds: number
    thumbnailUrl: string