-
-
Notifications
You must be signed in to change notification settings - Fork 415
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Hello,
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
:
export type * from "../types/index.js";
LazzyLizzard
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request