mirror of
https://github.com/nicotsx/ironmount.git
synced 2025-12-10 12:10:51 +01:00
26 lines
732 B
TypeScript
26 lines
732 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 { serializeQueryKeyValue } from '../core/queryKeySerializer.gen';
|
|
export { createClient } from './client.gen';
|
|
export type {
|
|
Client,
|
|
ClientOptions,
|
|
Config,
|
|
CreateClientConfig,
|
|
Options,
|
|
RequestOptions,
|
|
RequestResult,
|
|
ResolvedRequestOptions,
|
|
ResponseStyle,
|
|
TDataShape,
|
|
} from './types.gen';
|
|
export { createConfig, mergeHeaders } from './utils.gen';
|