UNPKG

@arizeai/phoenix-client

Version:

A client for the Phoenix API

6 lines 173 B
export type Logger = { info: (message: string) => void; error: (message: string) => void; log: (message: string) => void; }; //# sourceMappingURL=logger.d.ts.map