···11+---
22+'@hey-api/openapi-ts': patch
33+---
44+55+fix(types): export Operation type
+1
packages/openapi-ts/src/index.ts
···7878export type { TypeTransformer } from './plugins/@hey-api/transformers/types';
7979export { definePluginConfig } from './plugins/shared/utils/config';
8080export { compiler, tsc } from './tsc';
8181+export type { Operation } from './types/client';
8182export type { UserConfig } from './types/config';
8283export type { LegacyIR } from './types/types';
8384export { utils } from './utils/exports';