Skip to content

Commit 6e5bc3e

Browse files
authored
Merge 4138eb9 into af5711d
2 parents af5711d + 4138eb9 commit 6e5bc3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ export declare namespace resume_up {
305305
* @param resumeRecordFile
306306
* @param progressCallback
307307
*/
308-
constructor(fname?: string, params?: any, mimeType?: string, resumeRecordFile?: string, progressCallback?: (data: any) => void);
308+
constructor(fname?: string, params?: any, mimeType?: string, resumeRecordFile?: string, progressCallback?: (uploadBytes: number, totalBytes: number) => void);
309309
}
310310
}
311311

0 commit comments

Comments
 (0)