fork of hey-api/openapi-ts because I need some additional things
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #2298 from hey-api/docs/typescript-fix

docs: fix incorrect references in typescript

authored by

Lubos and committed by
GitHub
62e874cd 0a6fca5a

+3 -3
+3 -3
docs/openapi-ts/output/typescript.md
··· 46 46 }; 47 47 ``` 48 48 49 - You can customize the naming and casing pattern for `requests` schemas using the `.name` and `.case` options. 49 + You can customize the naming and casing pattern for `requests` types using the `.name` and `.case` options. 50 50 51 51 ## Responses 52 52 ··· 63 63 export type AddPetResponse = AddPetResponses[keyof AddPetResponses]; 64 64 ``` 65 65 66 - You can customize the naming and casing pattern for `responses` schemas using the `.name` and `.case` options. 66 + You can customize the naming and casing pattern for `responses` types using the `.name` and `.case` options. 67 67 68 68 ## Definitions 69 69 ··· 76 76 }; 77 77 ``` 78 78 79 - You can customize the naming and casing pattern for `definitions` schemas using the `.name` and `.case` options. 79 + You can customize the naming and casing pattern for `definitions` types using the `.name` and `.case` options. 80 80 81 81 ## Enums 82 82