open-api
open-api copied to clipboard
All the type definition in openapi-types are not exported in dist/index.d.ts
Even though the code itself exports all the definitions in the namespaces, npm install the package will provide a index.d.ts with all the members of the namespace private. Making them impossible to use.
@zenozen please open a pr