Type Alias SubtitlesData

SubtitlesData: {
    containsTokens: boolean;
    subtitles: SubtitleItem[];
}