diff --git a/index.js b/index.js index 7ae1e237..5ef68cd9 100644 --- a/index.js +++ b/index.js @@ -19,7 +19,7 @@ export type StartUploadArgs = { field?: string, customUploadId?: string, // parameters are supported only in multipart type - parameters?: { [x:string]: string }, + parameters?: { [string]: string }, headers?: Object, notification?: NotificationArgs }