Skip to content

Conversation

rattrayalex
Copy link

Currently I have to do this:

import type { OpenAPIV3 } from "express-openapi-validator/dist/framework/types";

Looking through the framework/types.ts file, it seems many of the types might be useful to users of the library, though I'm not sure if that's true of all of them.

Currently I have to do this:

```ts
import type { OpenAPIV3 } from "express-openapi-validator/dist/framework/types";
```

Looking through the `framework/types.ts` file, it seems many of the types might be useful to users of the library, though I'm not sure if that's true of all of them.
@cdimascio
Copy link
Owner

exporting all is unlikely what we want. there is certainly value in separating out the OAS types and exporting them independently

@rattrayalex
Copy link
Author

Which types would you like to make public?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants