Skip to content

Commit d55714a

Browse files
author
Marius
committed
Add missing option for type definitions
1 parent 9a994e4 commit d55714a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/index.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ interface UploadOptions {
3434

3535
overridePatchMethod?: boolean;
3636
headers?: { [key: string]: string };
37+
addRequestId?: boolean;
3738
onBeforeRequest?: (req: HttpRequest) => void;
3839
onAfterResponse?: (req: HttpRequest, res: HttpResponse) => void;
3940

0 commit comments

Comments
 (0)