mirror of
https://github.com/nicotsx/ironmount.git
synced 2025-12-10 12:10:51 +01:00
26 lines
668 B
TypeScript
26 lines
668 B
TypeScript
// This file is auto-generated by @hey-api/openapi-ts
|
|
|
|
export type { Auth } from "../core/auth.gen";
|
|
export type { QuerySerializerOptions } from "../core/bodySerializer.gen";
|
|
export {
|
|
formDataBodySerializer,
|
|
jsonBodySerializer,
|
|
urlSearchParamsBodySerializer,
|
|
} from "../core/bodySerializer.gen";
|
|
export { buildClientParams } from "../core/params.gen";
|
|
export { createClient } from "./client.gen";
|
|
export type {
|
|
Client,
|
|
ClientOptions,
|
|
Config,
|
|
CreateClientConfig,
|
|
Options,
|
|
OptionsLegacyParser,
|
|
RequestOptions,
|
|
RequestResult,
|
|
ResolvedRequestOptions,
|
|
ResponseStyle,
|
|
TDataShape,
|
|
} from "./types.gen";
|
|
export { createConfig, mergeHeaders } from "./utils.gen";
|