transloadit: add auth.expires type, fixes #2454 (#2457)

This commit is contained in:
Renée Kooi 2020-08-13 10:40:58 +02:00 committed by GitHub
parent 700f084e8a
commit 3cd5791f0d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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