Skip to content

Commit

Permalink
feat: export types from @orval/core (#1824)
Browse files Browse the repository at this point in the history
  • Loading branch information
AllieJonsson authored Jan 15, 2025
1 parent 828f558 commit cceabe5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/orval/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,6 @@ const generate = async (
export { defineConfig };
export { Options };
export { generate };
export * from '@orval/core';

export default generate;

0 comments on commit cceabe5

Please sign in to comment.