@arizeai/phoenix-client
Version:
A client for the Phoenix API
9 lines • 362 B
TypeScript
import type { components } from "../__generated__/api/v1";
import type { Session } from "../types/sessions";
type SessionData = components["schemas"]["SessionData"];
/**
* Convert an API SessionData response to a user-facing Session object.
*/
export declare function toSession(data: SessionData): Session;
export {};
//# sourceMappingURL=sessionUtils.d.ts.map