Skip to content

Commit

Permalink
Merge pull request #1068 from hey-api/fix/export-operation-type
Browse files Browse the repository at this point in the history
fix: export Operation interface
  • Loading branch information
mrlubos authored Sep 19, 2024
2 parents cc72738 + a48be86 commit 16a4e93
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/fast-cooks-buy.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@hey-api/openapi-ts': patch
---

fix: export Operation interface
2 changes: 2 additions & 0 deletions packages/openapi-ts/src/node/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
export { createClient, defineConfig } from '../';
export type { Plugins } from '../plugins';
export type { Operation } from '../types/client';
export type { UserConfig } from '../types/config';

0 comments on commit 16a4e93

Please sign in to comment.