@uppy/transloadit: add user_meta type (#5881)

Closes #5850
This commit is contained in:
Merlijn Vos 2025-08-06 12:24:48 +02:00 committed by GitHub
parent 8d39ba326c
commit ee0b2fc146
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 0 deletions

View file

@ -0,0 +1,5 @@
---
"@uppy/transloadit": patch
---
Add `user_meta` type to `AssemblyResult`

View file

@ -45,6 +45,7 @@ export interface AssemblyResult extends AssemblyFile {
queue: string
queueTime: number
localId: string | null
user_meta?: Record<string, string>
}
export interface AssemblyResponse {