Skip to content

Commit

Permalink
Fix typo in @uppy/core types (#3230)
Browse files Browse the repository at this point in the history
Co-authored-by: lucatrazzi <luca.trazzi@garaio.com>
  • Loading branch information
lucax88x and lucatrazzi committed Sep 29, 2021
1 parent 8b8783b commit 4ff584c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@uppy/core/types/index.d.ts
Expand Up @@ -194,7 +194,7 @@ export interface ErrorResponse {
}

export interface SuccessResponse {
uploadUrl?: string
uploadURL?: string
status?: number
body?: any,
bytesUploaded?: number
Expand Down

0 comments on commit 4ff584c

Please sign in to comment.