We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1a7b35b + 857c464 commit 366adfeCopy full SHA for 366adfe
.changeset/loose-baboons-switch.md
@@ -0,0 +1,5 @@
1
+---
2
+'@hey-api/openapi-ts': patch
3
4
+
5
+fix(types): export Operation type
packages/openapi-ts/src/index.ts
@@ -78,6 +78,7 @@ export type { ExpressionTransformer } from './plugins/@hey-api/transformers/expr
78
export type { TypeTransformer } from './plugins/@hey-api/transformers/types';
79
export { definePluginConfig } from './plugins/shared/utils/config';
80
export { compiler, tsc } from './tsc';
81
+export type { Operation } from './types/client';
82
export type { UserConfig } from './types/config';
83
export type { LegacyIR } from './types/types';
84
export { utils } from './utils/exports';
0 commit comments