UNPKG

@arizeai/phoenix-client

Version:

A client for the Phoenix API

14 lines 504 B
import type { ClientOptions } from "openapi-fetch"; /** * Get the environment options from the environment. * * @returns The environment options as a Partial<ClientOptions> object. */ export declare const defaultGetEnvironmentOptions: () => Partial<ClientOptions>; /** * Make the default client options. * * @returns The default client options as a Partial<ClientOptions> object. */ export declare const makeDefaultClientOptions: () => Partial<ClientOptions>; //# sourceMappingURL=config.d.ts.map