mirror of
https://github.com/sst/opencode.git
synced 2025-08-31 18:27:22 +00:00
25 lines
696 B
TypeScript
25 lines
696 B
TypeScript
// This file is auto-generated by @hey-api/openapi-ts
|
|
|
|
export type { Auth } from "../core/auth.gen.js"
|
|
export type { QuerySerializerOptions } from "../core/bodySerializer.gen.js"
|
|
export {
|
|
formDataBodySerializer,
|
|
jsonBodySerializer,
|
|
urlSearchParamsBodySerializer,
|
|
} from "../core/bodySerializer.gen.js"
|
|
export { buildClientParams } from "../core/params.gen.js"
|
|
export { createClient } from "./client.gen.js"
|
|
export type {
|
|
Client,
|
|
ClientOptions,
|
|
Config,
|
|
CreateClientConfig,
|
|
Options,
|
|
OptionsLegacyParser,
|
|
RequestOptions,
|
|
RequestResult,
|
|
ResolvedRequestOptions,
|
|
ResponseStyle,
|
|
TDataShape,
|
|
} from "./types.gen.js"
|
|
export { createConfig, mergeHeaders } from "./utils.gen.js"
|