UNPKG

@arizeai/phoenix-client

Version:

A client for the Phoenix API

6 lines (5 loc) 131 B
export type Logger = { info: (message: string) => void; error: (message: string) => void; log: (message: string) => void; };