|
@@ -3,7 +3,10 @@ import TransloaditLocale = require('./generatedLocale')
|
|
|
|
|
|
declare module Transloadit {
|
|
declare module Transloadit {
|
|
interface AssemblyParameters {
|
|
interface AssemblyParameters {
|
|
- auth: { key: string }
|
|
|
|
|
|
+ auth: {
|
|
|
|
+ key: string,
|
|
|
|
+ expires?: string
|
|
|
|
+ }
|
|
template_id?: string
|
|
template_id?: string
|
|
steps?: { [step: string]: object }
|
|
steps?: { [step: string]: object }
|
|
notify_url?: string
|
|
notify_url?: string
|