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

PhraseTmsClient.downloadTargetFile() method

Signature:

Parameters

Parameter

Type

Description

{ projectUid, jobUid, getAsyncRequestMaxAttempts, getAsyncRequestDelayMs, }

(not declared)

input

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

Returns:

Promise<TResult | null>