@tstypes/openapi-v3

OpenApi v3 types

Usage no npm install needed!

<script type="module">
  import tstypesOpenapiV3 from 'https://cdn.skypack.dev/@tstypes/openapi-v3';
</script>

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 the typeroot section
  • openapi-v3 in the types section

Example

"typeRoots": [
    "./node_modules/@tstypes"
],
"types": [
    "openapi-v2",
    "openapi-v3"
]