vot.js - v2.4.12
    Preparing search index...

    Type Alias VideoSubtitle

    type VideoSubtitle = {
        id: number;
        language: string;
        link: string;
        type: "captions";
    }
    Index

    Properties

    Properties

    id: number
    language: string
    link: string
    type: "captions"