fork of hey-api/openapi-ts because I need some additional things
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #2862 from hey-api/copilot/fix-typescript-errors-method-name-builder

Export Operation type to fix methodNameBuilder TypeScript errors

authored by

Lubos and committed by
GitHub
366adfe6 1a7b35b7

+6
+5
.changeset/loose-baboons-switch.md
··· 1 + --- 2 + '@hey-api/openapi-ts': patch 3 + --- 4 + 5 + fix(types): export Operation type
+1
packages/openapi-ts/src/index.ts
··· 78 78 export type { TypeTransformer } from './plugins/@hey-api/transformers/types'; 79 79 export { definePluginConfig } from './plugins/shared/utils/config'; 80 80 export { compiler, tsc } from './tsc'; 81 + export type { Operation } from './types/client'; 81 82 export type { UserConfig } from './types/config'; 82 83 export type { LegacyIR } from './types/types'; 83 84 export { utils } from './utils/exports';