Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(@nestjs/terminus): generate the correct openapi health schema
When generating the openapi documents 'status' is now marked as required then when generating a typescript client using openapi-generator it translates the healthcheck response to a correct interface. Otherwise the TS2411 compilation error appears.
- Loading branch information