swagger-typescript-api
swagger-typescript-api copied to clipboard
feat: handle multiple responses type
Recently I needed to handle a new endpoint in our API with 204 and 207 type responses.
Encountered this issue and workaround that I implemented here