import type { AiModelVersion } from './ai-model-version.js';
/**
 * List of model versions that the model object has
 */
export type AiModelVersionList = AiModelVersion[];
//# sourceMappingURL=ai-model-version-list.d.ts.map