← full-stack-fastapi-template / frontend/src/client/index.ts
| 1 | // This file is auto-generated by @hey-api/openapi-ts |
| 2 | export { ApiError } from './core/ApiError'; |
| 3 | export { CancelablePromise, CancelError } from './core/CancelablePromise'; |
| 4 | export { OpenAPI, type OpenAPIConfig } from './core/OpenAPI'; |
| 5 | export * from './sdk.gen'; |
| 6 | export * from './types.gen'; |