Mermade / oas-kit

Convert Swagger 2.0 definitions to OpenAPI 3.0 and resolve/validate/lint
https://mermade.org.uk/openapi-converter
BSD 3-Clause "New" or "Revised" License
702 stars 129 forks source link

TS types for oas-validator #612

Open kibertoad opened 2 years ago

kibertoad commented 2 years ago

Detailed Description

oas-validator is missing TS types, which makes consuming it from TS projects rather inconvenient.

We (Lokalise) can contribute the types, in case they would be accepted by the project.

MikeRalphson commented 2 years ago

Thank you for the kind offer. Would the types only cover the exported properties of the module, or all the internal objects (such as the OpenAPI Specification itself)?

Either way, please wait for the next major version before creating any PR as there have been a lot of unpublished changes.