Home > @uniformdev/tms-phrase > PhraseTmsClient > downloadTargetFile

PhraseTmsClient.downloadTargetFile() method

Signature:

Parameters

ParameterTypeDescription
{ projectUid, jobUid, getAsyncRequestMaxAttempts, getAsyncRequestDelayMs, }{ projectUid: string; jobUid: string; getAsyncRequestMaxAttempts?: number; getAsyncRequestDelayMs?: number; }

Returns:

Promise<TResult | null>