import type { FineTuningJob } from "./FineTuningJob"; export type ListPaginatedFineTuningJobsResponse = { data: Array; has_more: boolean; object: string; };