mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-25 11:14:05 +00:00
parent
700f084e8a
commit
3cd5791f0d
1 changed files with 4 additions and 1 deletions
5
packages/@uppy/transloadit/types/index.d.ts
vendored
5
packages/@uppy/transloadit/types/index.d.ts
vendored
|
|
@ -3,7 +3,10 @@ import TransloaditLocale = require('./generatedLocale')
|
|||
|
||||
declare module Transloadit {
|
||||
interface AssemblyParameters {
|
||||
auth: { key: string }
|
||||
auth: {
|
||||
key: string,
|
||||
expires?: string
|
||||
}
|
||||
template_id?: string
|
||||
steps?: { [step: string]: object }
|
||||
notify_url?: string
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue