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