Type Alias TranslatedVideoTranslationResponse

TranslatedVideoTranslationResponse: {
    message?: string;
    remainingTime: number;
    translated: true;
    url: string;
}