Skip to content

Commit add96cd

Browse files
committed
Fixed response field type
1 parent 5ec318a commit add96cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export interface ErrorEventData extends observable.EventData {
1818
responseCode: number;
1919

2020
// The response from server
21-
response: net.gotev.uploadservice.ServerResponse
21+
response: any; // net.gotev.uploadservice.ServerResponse
2222
}
2323

2424
/**

0 commit comments

Comments
 (0)