acacode / swagger-typescript-api

Generate the API Client for Fetch or Axios from an OpenAPI Specification
MIT License
3.27k stars 354 forks source link

Fix some circularly references after codegen #793

Closed lionskape closed 3 months ago

lionskape commented 3 months ago

Hello.

There is an opened issue #564, and known fix that can solve some cases (in my scenario if solved all of the problems)

Partially fixes #564