vot.js - v2.4.12
    Preparing search index...
    type VideoInfo = {
        expireTime: ISODate;
        externalFeature: VideoInfoExternalFeature;
        meta: VideoInfoMeta;
        serverTime: ISODate;
        streams: Stream[];
        thumbnails: VideoInfoThumbnails;
        tId: string;
        trackings: VideoInfoTrackings;
        transactionCreatedTime: number;
        videos: VideoInfoVideos;
    }
    Index

    Properties

    expireTime: ISODate
    externalFeature: VideoInfoExternalFeature
    serverTime: ISODate
    streams: Stream[]
    tId: string
    transactionCreatedTime: number