Skip to content

Commit

Permalink
Merge pull request #150 from dmarcato/patch-1
Browse files Browse the repository at this point in the history
Remove openapi3-ts exports
  • Loading branch information
AGalabov committed Oct 2, 2023
2 parents 3c189b3 + 8f0d185 commit c99ffec
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,5 @@ export {
ZodRequestBody,
} from './openapi-registry';

export * as OpenAPIV3 from 'openapi3-ts/oas30';
export * as OpenAPIV31 from 'openapi3-ts/oas31';

export { OpenApiGeneratorV3 } from './v3.0/openapi-generator';
export { OpenApiGeneratorV31 } from './v3.1/openapi-generator';

0 comments on commit c99ffec

Please sign in to comment.