Skip to content

Missing Export for GenerateApiParams Type in Version 13.1.0 #1322

@nicotu01

Description

@nicotu01

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";

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions