Skip to content

Commit 16ab02b

Browse files
authored
Adds "method" to StartUploadArgs type definition.
1 parent cf406a5 commit 16ab02b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ export type NotificationArgs = {
1313
export type StartUploadArgs = {
1414
url: string,
1515
path: string,
16+
method: 'PUT' | 'POST',
1617
// Optional, because raw is default
1718
type?: 'raw' | 'multipart',
1819
// This option is needed for multipart type

0 commit comments

Comments
 (0)