10000 Fixed TransitionalOptions typings (#4147) · darth-coder-js/axios@fce210a · GitHub
[go: up one dir, main page]

Skip to content

Commit fce210a

Browse files
Fixed TransitionalOptions typings (axios#4147)
Co-authored-by: Jay <jasonsaayman@gmail.com>
1 parent 547815d commit fce210a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.d.ts

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

5454
export interface TransitionalOptions{
55-
silentJSONParsing: boolean;
56-
forcedJSONParsing: boolean;
57-
clarifyTimeoutError: boolean;
55+
silentJSONParsing?: boolean;
56+
forcedJSONParsing?: boolean;
57+
clarifyTimeoutError?: boolean;
5858
}
5959

6060
export interface AxiosRequestConfig<D = any> {

0 commit comments

Comments
 (0)
0