vot.js - v2.4.12
    Preparing search index...
    type PostFile = {
        closed_captions_enabled: boolean;
        default_thumbnail: PostFileThumbnail;
        duration: number;
        expires_at: string;
        full_content_duration: number;
        height: number;
        media_id: number;
        progress: PostFileProgress;
        state: string;
        url: string;
        video_issues: unknown;
        width: number;
    }
    Index

    Properties

    closed_captions_enabled: boolean
    default_thumbnail: PostFileThumbnail
    duration: number
    expires_at: string
    full_content_duration: number
    height: number
    media_id: number
    state: string
    url: string
    video_issues: unknown
    width: number