浏览代码

@uppy/transloadit: add execution_progress to AssemblyResponse type (#5420)

Merlijn Vos 8 月之前
父节点
当前提交
50feeae487
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      packages/@uppy/transloadit/src/index.ts

+ 1 - 0
packages/@uppy/transloadit/src/index.ts

@@ -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