Skip to content

Commit

Permalink
@uppy/transloadit: add execution_progress to AssemblyResponse type (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
Murderlon authored Aug 20, 2024
1 parent 28c4baf commit 50feeae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/@uppy/transloadit/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ export interface AssemblyResponse {
has_dupe_jobs: boolean
execution_start: string
execution_duration: number
execution_progress?: number
queue_duration: number
jobs_queue_duration: number
notify_start?: any
Expand Down

0 comments on commit 50feeae

Please sign in to comment.