Type Alias VideoSubtitle

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