Skip to content

Commit

Permalink
fix: missing httpClientType in .d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
js2me committed Mar 1, 2021
1 parent 4c3901f commit 1cea367
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,10 @@ interface GenerateApiParams {
* do not generate an API class
*/
generateClient?: boolean;

/**
* generated http client type
*/
httpClientType?: "axios" | "fetch";
/**
* use "default" response status code as success response too.
* some swagger schemas use "default" response status code as success response type by default.
Expand Down

0 comments on commit 1cea367

Please sign in to comment.