Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
inkognitro authored Oct 1, 2024
1 parent e116ff6 commit 342938a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ generateOas3ToTs({
withZod: true, // optional
// By default or in case of `false`, only TypeScript types are generated without Zod schemas

templates: ['AxiosRequestHandler', 'AuthRequestHandler', 'ResponseExtractors'], // optional
templates: ['AxiosRequestHandler', 'AuthRequestHandler', 'ResponseExtractors', 'ZodValidationRequestHandler'], // optional
// This will add only the defined templates.
// An empty array results in no added templates.
// By default, all available templates will be added to your codebase.
Expand Down

0 comments on commit 342938a

Please sign in to comment.