UNPKG

@arizeai/phoenix-client

Version:
9 lines 362 B
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