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