vot.js - v2.4.12
    Preparing search index...
    type SubtitleItem = {
        created_at: string;
        id: number;
        lang: string;
        lang_from: string | null;
        provider: VOTTypes.VOTBackendType.TranslationProvider;
        service: string;
        subtitle_url: string;
        video_id: string;
    }
    Index

    Properties

    created_at: string
    id: number
    lang: string
    lang_from: string | null
    service: string
    subtitle_url: string
    video_id: string