fastify / fastify-swagger

Swagger documentation generator for Fastify
MIT License
915 stars 201 forks source link

fix (types): changed document type to a discriminating union #807

Closed Bram-dc closed 1 month ago

Bram-dc commented 2 months ago

I changed the type of openapiObject and swaggerObject to be a discriminating union as it is used in the .js files.

Checklist