mirror of
https://github.com/m1ngsama/FUJI.git
synced 2025-12-24 10:51:27 +00:00
8 lines
395 B
TypeScript
8 lines
395 B
TypeScript
// This file is auto-generated by @hey-api/openapi-ts
|
|
export { ApiClient } from "./ApiClient";
|
|
export { ApiError } from "./core/ApiError";
|
|
export { BaseHttpRequest } from "./core/BaseHttpRequest";
|
|
export { CancelablePromise, CancelError } from "./core/CancelablePromise";
|
|
export { OpenAPI, type OpenAPIConfig } from "./core/OpenAPI";
|
|
export * from "./services.gen";
|
|
export * from "./types.gen";
|