import type { AiDeploymentModificationResponse } from './ai-deployment-modification-response.js';
import type { AiApiErrorWithId } from './ai-api-error-with-id.js';
/**
 * Representation of the 'AiDeploymentModificationResponseList' schema.
 */
export type AiDeploymentModificationResponseList = (AiDeploymentModificationResponse | AiApiErrorWithId)[];
//# sourceMappingURL=ai-deployment-modification-response-list.d.ts.map