Skip to content

Commit 35b4509

Browse files
committed
openapi-fetch: provide type for Request option in client methods
1 parent 81753c5 commit 35b4509

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/openapi-fetch/src/index.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ export type RequestOptions<T> = ParamsOption<T> &
119119
bodySerializer?: BodySerializer<T>;
120120
parseAs?: ParseAs;
121121
fetch?: ClientOptions["fetch"];
122+
Request?: ClientOptions["Request"];
122123
headers?: HeadersOptions;
123124
};
124125

0 commit comments

Comments
 (0)