Skip to content

Commit

Permalink
refactor: add types as public types
Browse files Browse the repository at this point in the history
  • Loading branch information
ulates-sap committed May 29, 2024
1 parent fd520eb commit 0ea69f6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion packages/openapi-generator/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,8 @@
*/

export { generate } from './generator';
export { GeneratorOptions } from './options';
export {
GeneratorOptions,
ProgrammaticOptions,
GenerationHookHandler
} from './options';

0 comments on commit 0ea69f6

Please sign in to comment.