Home > @uniformdev/tms-phrase > PhraseTmsClient > downloadTargetFile
PhraseTmsClient.downloadTargetFile() method
Signature:
Parameters
| Parameter | Type | Description |
|---|---|---|
| { projectUid, jobUid, getAsyncRequestMaxAttempts, getAsyncRequestDelayMs, } | { projectUid: string; jobUid: string; getAsyncRequestMaxAttempts?: number; getAsyncRequestDelayMs?: number; } |
Returns:
Promise<TResult | null>