Skip to content

Commit 44f3b9f

Browse files
Fixed TransitionalOptions typings
1 parent 763e041 commit 44f3b9f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

index.d.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ export type ResponseType =
4242
| 'stream'
4343

4444
export interface TransitionalOptions{
45-
silentJSONParsing: boolean;
46-
forcedJSONParsing: boolean;
47-
clarifyTimeoutError: boolean;
45+
silentJSONParsing?: boolean;
46+
forcedJSONParsing?: boolean;
47+
clarifyTimeoutError?: boolean;
4848
}
4949

5050
export interface AxiosRequestConfig<T = any> {

0 commit comments

Comments
 (0)