/** * Fine-tune event object * @deprecated */ export type FineTuneEvent = { created_at: number; level: string; message: string; object: string; };