Browse Source

Fix typo in `@uppy/core` types (#3230)

Co-authored-by: lucatrazzi <luca.trazzi@garaio.com>
Luca Trazzi 3 years ago
parent
commit
4ff584ca24
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/@uppy/core/types/index.d.ts

+ 1 - 1
packages/@uppy/core/types/index.d.ts

@@ -194,7 +194,7 @@ export interface ErrorResponse {
 }
 
 export interface SuccessResponse {
-  uploadUrl?: string
+  uploadURL?: string
   status?: number
   body?: any,
   bytesUploaded?: number