import type { FineTuningJobEvent } from "./FineTuningJobEvent"; export type ListFineTuningJobEventsResponse = { data: Array; object: string; };