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