@tstypes/openapi-v3
v1.0.4
Published
OpenApi v3 types
Downloads
33
Readme
OpenApi version 3 types
These types are manually created from the specifications offered by the OpenApi project.
Geting started
In the tsconfig.json add:
./node_modules/@tstypes
in thetyperoot
sectionopenapi-v3
in thetypes
section
Example
"typeRoots": [
"./node_modules/@tstypes"
],
"types": [
"openapi-v2",
"openapi-v3"
]