mirror of
https://github.com/transloadit/uppy.git
synced 2026-01-23 02:25:07 +00:00
parent
8d39ba326c
commit
ee0b2fc146
2 changed files with 6 additions and 0 deletions
5
.changeset/curly-trees-camp.md
Normal file
5
.changeset/curly-trees-camp.md
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
"@uppy/transloadit": patch
|
||||
---
|
||||
|
||||
Add `user_meta` type to `AssemblyResult`
|
||||
|
|
@ -45,6 +45,7 @@ export interface AssemblyResult extends AssemblyFile {
|
|||
queue: string
|
||||
queueTime: number
|
||||
localId: string | null
|
||||
user_meta?: Record<string, string>
|
||||
}
|
||||
|
||||
export interface AssemblyResponse {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue