Licence
MIT
Version
1.0.2
Deps
0
Size
52 kB
Vulns
0
Weekly
0
OpenApi version 2 types
These types are manually created from the specifications offered by the OpenApi project.
Geting started
In the tsconfig.json add:
./node_modules/@tstypesin thetyperootsectionopenapi-v2in thetypessection
Example
"typeRoots": [
"./node_modules/@tstypes"
],
"types": [
"openapi-v2",
"openapi-v3"
]