File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -281,7 +281,7 @@ export interface FileUploadParams {
281281 * When supplying a URL, the server must receive the response headers within 8
282282 * seconds; otherwise the request fails with 400 Bad Request.
283283 */
284- file : Uploadable ;
284+ file : Uploadable | string ;
285285
286286 /**
287287 * The name with which the file has to be uploaded.
Original file line number Diff line number Diff line change @@ -1094,7 +1094,7 @@ export interface FileUploadParams {
10941094 * When supplying a URL, the server must receive the response headers within 8
10951095 * seconds; otherwise the request fails with 400 Bad Request.
10961096 */
1097- file : Uploadable ;
1097+ file : Uploadable | string ;
10981098
10991099 /**
11001100 * The name with which the file has to be uploaded. The file name can contain:
You can’t perform that action at this time.
0 commit comments