Skip to content

Commit

Permalink
fix: build
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyxiao committed Dec 2, 2023
1 parent 86e5633 commit 132121a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/core/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ import type {oas30, oas31} from 'openapi3-ts'
import type {ClientOptions, OpenAPIClient} from './createClient'
import {createClient} from './createClient'

export * from 'openapi-typescript-helpers'
export {createClient} from './createClient'
// export type * from 'openapi-typescript-helpers'
// export {createClient} from './createClient'
export * from './HTTPError'
export type OpenAPISpec = oas30.OpenAPIObject | oas31.OpenAPIObject

Expand Down

0 comments on commit 132121a

Please sign in to comment.