You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using the programmatic API from the swagger-typescript-api package and have encountered an issue with the GenerateApiParams type. In version 13.0.28, I was able to import it successfully using the following code:
import type { GenerateApiParams } from 'swagger-typescript-api';
However, after upgrading to version 13.1.0, I noticed that the GenerateApiParams type is no longer exported. This change has affected my project, as I rely on this type for my implementation.
Is it possible to export types from src/index.ts :