Type Alias VideoTranslationVOTOpts

VideoTranslationVOTOpts: {
    headers?: RequestHeaders;
    requestLang?: RequestLang;
    responseLang?: ResponseLang;
    service: VideoService;
    url: string;
    videoId: string;
}